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 2397e8f commit 9027ffaCopy full SHA for 9027ffa
.github/workflows/build.yml
@@ -123,7 +123,9 @@ jobs:
123
dotnet test --no-build --configuration Release --collect:"XPlat Code Coverage" --logger "GitHubActions;summary.includeSkippedTests=true"
124
- name: Upload coverage to codecov.io
125
if: matrix.os == 'ubuntu-latest'
126
- uses: codecov/codecov-action@v3
+ env:
127
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
128
+ uses: codecov/codecov-action@v4
129
with:
130
fail_ci_if_error: true
131
verbose: true
0 commit comments