From 9959128a3a55067f7740c5a7f050b4e884b95def Mon Sep 17 00:00:00 2001 From: Teo Zosa Date: Tue, 17 Aug 2021 18:38:27 -0700 Subject: [PATCH] :green_heart: Re-enable CI failure on Codecov upload failures see: codecov/codecov-action/issues/330 Signed-off-by: Teo Zosa Original-Commit: TeoZosa/cookiecutter-cruft-poetry-tox-pre-commit-ci-cd@ad4beb9 --- .cruft.json | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.cruft.json b/.cruft.json index b94980777b..bea89391da 100644 --- a/.cruft.json +++ b/.cruft.json @@ -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": { diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 27e6d43b44..8287a97f8e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: