Skip to content

Commit bdf1800

Browse files
committed
Add Codecov token to GitHub Actions workflow for authenticated coverage uploads
1 parent 75d167b commit bdf1800

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@ jobs:
2828
uses: codecov/codecov-action@v3
2929
with:
3030
file: ./lcov.info
31-
fail_ci_if_error: true
31+
fail_ci_if_error: true
32+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)