diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a4b495a10..57322ab68 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -79,7 +79,7 @@ jobs: with: files: ./coverage.xml flags: ${{ matrix.toxenv }} - fail_ci_if_error: true + fail_ci_if_error: false coverage: runs-on: ubuntu-20.04 @@ -101,4 +101,4 @@ jobs: with: files: ./coverage.xml flags: unit - fail_ci_if_error: true + fail_ci_if_error: false