Skip to content

Commit

Permalink
💚 Re-enable CI failure on Codecov upload failures
Browse files Browse the repository at this point in the history
  • Loading branch information
TeoZosa committed Sep 11, 2021
1 parent 150674d commit 0188d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
uses: "codecov/codecov-action@v2.0.3"
with:
file: ./.tox/coverage.xml
fail_ci_if_error: false
fail_ci_if_error: true

# Mutation testing jobs ------------------------
test-mutations:
Expand Down

0 comments on commit 0188d93

Please sign in to comment.