We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 208b96b commit f1d3dadCopy full SHA for f1d3dad
.github/workflows/ci.yml
@@ -23,5 +23,7 @@ jobs:
23
run: cd aliyun-net-sdk-core.Tests/ && dotnet add package AltCover --version 8.6.14 && cd ../ && dotnet restore && dotnet build
24
- name: Test
25
run: dotnet test aliyun-net-sdk-core.Tests/ /p:AltCover=true
26
- - name: Codecov
27
- run: bash <(curl -s https://codecov.io/bash) -c -F unittest
+ - name: Upload Coverage Report
+ uses: codecov/codecov-action@v4
28
+ with:
29
+ token: ${{ secrets.CODECOV_TOKEN }} # required
codecov.yml
0 commit comments