Skip to content

Commit 9c5a3b8

Browse files
Add Codecov token to CI workflow
This change includes the Codecov token in the GitHub Actions workflow for uploading coverage reports. This ensures that the coverage data is securely transmitted to Codecov, enabling better tracking of code coverage over time.
1 parent 5ac669e commit 9c5a3b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

+1
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,6 @@ jobs:
6262
- name: Upload coverage to Codecov
6363
uses: codecov/codecov-action@v3
6464
with:
65+
token: ${{ secrets.CODECOV_TOKEN }}
6566
file: ./coverage.xml
6667
fail_ci_if_error: true

0 commit comments

Comments
 (0)