Skip to content

Commit

Permalink
Merge pull request #214 from cta-observatory/codecov_token
Browse files Browse the repository at this point in the history
Add codecov token to upload coverage reports.
  • Loading branch information
aleberti authored Mar 14, 2024
2 parents 50b01fc + 5d2146e commit 8663b3d
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 @@ -127,3 +127,7 @@ jobs:
coverage 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 8663b3d

Please sign in to comment.