Skip to content

Commit

Permalink
💚 Re-enable CI failure on Codecov upload failures
Browse files Browse the repository at this point in the history
see: codecov/codecov-action/issues/330
Signed-off-by: Teo Zosa <teofilo@sonosim.com>
  • Loading branch information
TeoZosa committed Aug 18, 2021
1 parent c411085 commit ad4beb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/.github/workflows/ci.yml
Expand Up @@ -159,7 +159,7 @@ jobs:
uses: "codecov/codecov-action@v2.0.2"
with:
file: ./.tox/coverage.xml
fail_ci_if_error: false
fail_ci_if_error: true

# Performance testing jobs ------------------------
test-performance:
Expand Down

0 comments on commit ad4beb9

Please sign in to comment.