Skip to content

Commit

Permalink
improve codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonTian committed Sep 30, 2024
1 parent 208b96b commit f1d3dad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 22 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,7 @@ jobs:
run: cd aliyun-net-sdk-core.Tests/ && dotnet add package AltCover --version 8.6.14 && cd ../ && dotnet restore && dotnet build
- name: Test
run: dotnet test aliyun-net-sdk-core.Tests/ /p:AltCover=true
- name: Codecov
run: bash <(curl -s https://codecov.io/bash) -c -F unittest
- name: Upload Coverage Report
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }} # required
20 changes: 0 additions & 20 deletions codecov.yml

This file was deleted.

0 comments on commit f1d3dad

Please sign in to comment.