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 f0c8ccf commit 1d3bcf6Copy full SHA for 1d3bcf6
.github/workflows/clippy_build_test.yml
@@ -64,8 +64,8 @@ jobs:
64
if: matrix.rust == 'stable'
65
run: |
66
cargo install grcov
67
- which grcov
68
- sudo which grcov
+ grcov --version
+ sudo grcov --version
69
rustup component add llvm-tools-preview
70
echo RUSTFLAGS="-C instrument-coverage" >> "$GITHUB_ENV"
71
echo LLVM_PROFILE_FILE="libproc-%p-%m.profraw" >> "$GITHUB_ENV"
0 commit comments