From 97fc01cbcd8609bfb44bf5b7e33fdcd76bd7df13 Mon Sep 17 00:00:00 2001 From: Luke Plant Date: Sat, 4 May 2024 13:55:53 +0100 Subject: [PATCH] Made Codecov integration in CI optional It seems to be failing at the moment --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c210ef3..4ea7760 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -43,7 +43,7 @@ jobs: with: file: ./coverage.xml env_vars: PYTHON - fail_ci_if_error: true + fail_ci_if_error: false linters: runs-on: ubuntu-latest