Skip to content

Commit

Permalink
Merge pull request #583 from mgeisler/add-codecov-token
Browse files Browse the repository at this point in the history
Add a `CODECOV_TOKEN` repository secret
  • Loading branch information
mgeisler authored Mar 3, 2025
2 parents 3ca3f2e + 89dac80 commit 47c5cda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ jobs:
- name: Upload coverage report to Codecov
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./codecov_report.json

0 comments on commit 47c5cda

Please sign in to comment.