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 05ab699 commit 245d566Copy full SHA for 245d566
.github/workflows/clippy_build_test.yml
@@ -85,7 +85,7 @@ jobs:
85
if: matrix.rust == 'stable'
86
run: |
87
sudo grcov . --binary-path target/debug/ -s . -t lcov --branch --ignore-not-existing --ignore "/*" -o coverage.info
88
- sudo 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
+ sudo lcov --remove coverage.info lcov --ignore-errors unused,unused '/Applications/*' 'target/debug/build/**' 'target/release/build/**' '/usr*' '**/errors.rs' '**/build.rs' 'examples/**' '*tests/*' -o coverage.info
89
sudo bash <(curl -s https://codecov.io/bash) -f coverage.info
90
91
0 commit comments