We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76cb054 commit 6dec75eCopy full SHA for 6dec75e
.github/workflows/clippy_build_test.yml
@@ -83,6 +83,7 @@ jobs:
83
84
- name: UploadCoverage
85
if: matrix.rust == 'stable'
86
+ continue-on-error: true
87
run: |
88
grcov . --binary-path target/debug/ -s . -t lcov --branch --ignore-not-existing --ignore "/*" -o coverage.info
89
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
0 commit comments