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 fc4f85f commit c6fae46Copy full SHA for c6fae46
.github/workflows/CI.yml
@@ -45,7 +45,7 @@ jobs:
45
run: cargo test --all -- --nocapture
46
47
- name: Run llvm-cov
48
- run: cargo run llvm-cov --lcov --output-path lcov.info
+ run: cargo llvm-cov --lcov --output-path lcov.info
49
50
- name: Show cov summary
51
run: cargo llvm-cov report --summary-only
0 commit comments