Skip to content

Commit be4f449

Browse files
committed
Add codecov token
1 parent 0a5ebd1 commit be4f449

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ jobs:
138138
dotnet test --no-build --configuration Release --collect:"XPlat Code Coverage" --logger "GitHubActions;summary.includeSkippedTests=true"
139139
- name: Upload coverage to codecov.io
140140
if: matrix.os == 'ubuntu-latest'
141+
env:
142+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
141143
uses: codecov/codecov-action@v4
142144
with:
143145
fail_ci_if_error: true

0 commit comments

Comments
 (0)