We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12375b1 commit 946ee93Copy full SHA for 946ee93
.github/workflows/build.yml
@@ -39,7 +39,9 @@ jobs:
39
run: dotnet test -c Release --no-build --verbosity normal --logger GitHubActions
40
41
- name: Upload coverage reports to Codecov
42
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v5
43
+ with:
44
+ token: ${{ secrets.CODECOV_TOKEN }}
45
46
- name: Push
47
if: ${{ github.event_name == 'push' && github.ref_name == 'master' }}
0 commit comments