From 1ef137c1348a08b04eefa60a7baf341111f2cfea Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Fri, 24 Jan 2020 17:28:39 +0100 Subject: [PATCH] ci: GHA: codecov: fail_ci_if_error=true This should make it obvious if missing coverage is due to the upload having failed. Using https://github.com/pytest-dev/pytest/pull/6553 would be an alternative, but this can be used already if that takes longer. Ref: https://github.com/pytest-dev/pytest/pull/6463#issuecomment-578092851 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 607cb587788..8c6ada96b8b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -167,7 +167,7 @@ jobs: token: ${{ secrets.codecov }} file: ./coverage.xml flags: GHA - fail_ci_if_error: false + fail_ci_if_error: true name: ${{ matrix.name }} deploy: