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 b5ee065 commit 01e568eCopy full SHA for 01e568e
.github/workflows/clippy_build_test.yml
@@ -86,6 +86,6 @@ jobs:
86
- name: UploadCoverage
87
if: matrix.rust == 'stable'
88
run: |
89
- sudo grcov . --binary-path target/debug/ -s . -t lcov --branch --ignore-not-existing --ignore "/*" -o coverage.info
+ sudo env PATH=$PATH $HOME/.cargo/bin/grcov . --binary-path target/debug/ -s . -t lcov --branch --ignore-not-existing --ignore "/*" -o coverage.info
90
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
91
sudo bash <(curl -s https://codecov.io/bash) -f coverage.info || true
0 commit comments