diff --git a/.github/workflows/clippy_build_test.yml b/.github/workflows/clippy_build_test.yml index c215e8ca..b35ba2c6 100644 --- a/.github/workflows/clippy_build_test.yml +++ b/.github/workflows/clippy_build_test.yml @@ -83,6 +83,7 @@ jobs: - name: UploadCoverage if: matrix.rust == 'stable' + continue-on-error: true run: | grcov . --binary-path target/debug/ -s . -t lcov --branch --ignore-not-existing --ignore "/*" -o coverage.info lcov --remove coverage.info lcov --ignore-errors unused '/Applications/*' 'target/debug/build/**' 'target/release/build/**' '/usr*' '**/errors.rs' '**/build.rs' 'examples/**' '*tests/*' -o coverage.info