From 6b2f4ddb5eea999401dc47c9627111685cf3cafa Mon Sep 17 00:00:00 2001 From: Leopold Talirz Date: Thu, 9 Jul 2020 18:58:24 +0200 Subject: [PATCH] CI: do not fail the build when the coverage upload fails (#4239) This happens quite a bit and will fail the entire build. Since GHA does not yet allow rerunning a single failed job, we have to restart the entire build. Since on top of that we are currently just using the coverage as an indicator, it seems excessive to fail the entire build if the coverage upload of a single job fails. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7da144bfe4..bcf1b5b016 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -144,7 +144,7 @@ jobs: name: aiida-pytests-py3.5-${{ matrix.backend }} flags: ${{ matrix.backend }} file: ./coverage.xml - fail_ci_if_error: true + fail_ci_if_error: false # don't fail job, if coverage upload fails verdi: