We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a5ebd1 commit be4f449Copy full SHA for be4f449
.github/workflows/build.yml
@@ -138,6 +138,8 @@ jobs:
138
dotnet test --no-build --configuration Release --collect:"XPlat Code Coverage" --logger "GitHubActions;summary.includeSkippedTests=true"
139
- name: Upload coverage to codecov.io
140
if: matrix.os == 'ubuntu-latest'
141
+ env:
142
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
143
uses: codecov/codecov-action@v4
144
with:
145
fail_ci_if_error: true
0 commit comments