mirror of
https://github.com/ClementTsang/bottom.git
synced 2026-07-09 06:01:04 +00:00
ci: bump cargo-llvm-cov to 0.8.6 (#2075)
This commit is contained in:
@@ -73,7 +73,7 @@ jobs:
|
||||
- name: Install cargo-llvm-cov
|
||||
run: |
|
||||
rustup component add llvm-tools-preview
|
||||
cargo install cargo-llvm-cov --version 0.6.22 --locked
|
||||
cargo install cargo-llvm-cov --version 0.8.6 --locked
|
||||
|
||||
- name: Generate code coverage
|
||||
run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info --locked --target=${{ matrix.info.target }}
|
||||
|
||||
Reference in New Issue
Block a user