Skip to content

Commit

Permalink
Add codecov token.
Browse files Browse the repository at this point in the history
  • Loading branch information
aleberti committed Oct 22, 2024
1 parent 321a8ab commit 47a91a9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,7 @@ jobs:
pytest --cov=ctapipe_io_magic --cov-report=xml
- uses: codecov/codecov-action@v4
if: contains(github.event.pull_request.labels.*.name, 'documentation-only') == false
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 47a91a9

Please sign in to comment.