From a46c02707e3cd0e6ed4452fb4a71e4428e4788f7 Mon Sep 17 00:00:00 2001 From: Sam Bull Date: Mon, 13 Nov 2023 19:03:30 +0000 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9d17d3bf..2c6f266c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,8 +78,7 @@ jobs: - name: Upload coverage uses: codecov/codecov-action@v3 with: - file: ./coverage.xml - flags: unit + fail_ci_if_error: true check: # This job does nothing and is only used for the branch protection if: always()