diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0bc3e63a6..fec3298e9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -101,7 +101,7 @@ jobs: token: ${{secrets.CODECOV_UPLOAD_TOKEN}} files: ./_output/coverage/coverage_pkg.txt,./_output/coverage/coverage_cmd.txt,./_output/coverage/coverage_examples.txt flags: unittests - fail_ci_if_error: true + fail_ci_if_error: false verbose: true e2e: name: e2e test