Skip to content

Commit 2e89ef7

Browse files
committed
Add Codecov token to test workflow
Sets the CODECOV_TOKEN secret in the Codecov upload step to ensure proper authentication during coverage reporting.
1 parent 20d3e32 commit 2e89ef7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
flags: pytests
4949
file: ./coverage.xml
5050
fail_ci_if_error: false # uploading coverage should not fail the tests
51+
token: ${{ secrets.CODECOV_TOKEN }}
5152

5253
publish:
5354

0 commit comments

Comments
 (0)