Skip to content

Commit

Permalink
Merge pull request #60 from jhunkeler/use-codecov-token
Browse files Browse the repository at this point in the history
A codecov token is now required
  • Loading branch information
jhunkeler authored Mar 7, 2025
2 parents 4b512c6 + 4760fde commit 8449f38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ jobs:
- run: pytest -vvv -rsv --cov=./ --cov-report=xml --cov-report term-missing
- uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage.xml
fail_ci_if_error: true

Expand Down

0 comments on commit 8449f38

Please sign in to comment.