diff --git a/.github/workflows/test_and_coverage.yml b/.github/workflows/test_and_coverage.yml index ebfe2b9..6e317bc 100644 --- a/.github/workflows/test_and_coverage.yml +++ b/.github/workflows/test_and_coverage.yml @@ -45,5 +45,5 @@ jobs: file: ./coverage.xml flags: tests name: codecov-umbrella - fail_ci_if_error: true + fail_ci_if_error: false token: ${{ secrets.CODECOV_TOKEN }}