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>

Original-Commit: TeoZosa/cookiecutter-cruft-poetry-tox-pre-commit-ci-cd@ad4beb9
  • Loading branch information
TeoZosa authored and actions-user committed Aug 18, 2021
1 parent 9a96669 commit 9959128
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cruft.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"template": "https://github.com/TeoZosa/cookiecutter-cruft-poetry-tox-pre-commit-ci-cd",
"commit": "c4110857e0363caf74174bffcd88a52dafbb4d3e",
"commit": "ad4beb9d69bda80ece8aae9428e7d7142ae3a038",
"checkout": "master",
"context": {
"cookiecutter": {
Expand Down
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.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 9959128

Please sign in to comment.