Skip to content

Commit 47c5cda

Browse files
authored
Merge pull request #583 from mgeisler/add-codecov-token
Add a `CODECOV_TOKEN` repository secret
2 parents 3ca3f2e + 89dac80 commit 47c5cda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@ jobs:
3131
- name: Upload coverage report to Codecov
3232
uses: codecov/codecov-action@v5
3333
with:
34+
token: ${{ secrets.CODECOV_TOKEN }}
3435
files: ./codecov_report.json

0 commit comments

Comments
 (0)