diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fbb57a1e..a96a3f0e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -32,7 +32,7 @@ jobs: uses: codecov/codecov-action@v4 with: directory: ./coverage/ - fail_ci_if_error: true + fail_ci_if_error: false files: ./cobertura-coverage.xml flags: unittests name: codecov-umbrella