Skip to content

Commit c6fae46

Browse files
committed
fix yml
1 parent fc4f85f commit c6fae46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: cargo test --all -- --nocapture
4646

4747
- name: Run llvm-cov
48-
run: cargo run llvm-cov --lcov --output-path lcov.info
48+
run: cargo llvm-cov --lcov --output-path lcov.info
4949

5050
- name: Show cov summary
5151
run: cargo llvm-cov report --summary-only

0 commit comments

Comments
 (0)