Skip to content

Commit

Permalink
ci: fail build if codecov fails
Browse files Browse the repository at this point in the history
  • Loading branch information
kmontag committed Jul 26, 2024
1 parent 4ecdfc5 commit dbfba64
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
- uses: codecov/codecov-action@v1
# We don't need to upload coverage more than once.
if: matrix.python-version == '3.12'
with:
fail_ci_if_error: true

release:
name: "publish to GitHub and PyPi"
Expand Down

0 comments on commit dbfba64

Please sign in to comment.