From ad4beb9d69bda80ece8aae9428e7d7142ae3a038 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 --- {{cookiecutter.project_slug}}/.github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/.github/workflows/ci.yml b/{{cookiecutter.project_slug}}/.github/workflows/ci.yml index 25ec22152..1b9e2a7ca 100644 --- a/{{cookiecutter.project_slug}}/.github/workflows/ci.yml +++ b/{{cookiecutter.project_slug}}/.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: