mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-14 16:37:16 +00:00
ci: bump cargo-llvm-cov to 0.4.8 (#754)
This commit is contained in:
parent
4fa1fc7f58
commit
2912859e52
1 changed files with 1 additions and 1 deletions
2
.github/workflows/coverage.yml
vendored
2
.github/workflows/coverage.yml
vendored
|
@ -47,7 +47,7 @@ jobs:
|
|||
- name: Install cargo-llvm-cov
|
||||
run: |
|
||||
rustup component add llvm-tools-preview
|
||||
cargo install cargo-llvm-cov --version 0.4.4 --locked
|
||||
cargo install cargo-llvm-cov --version 0.4.8 --locked
|
||||
|
||||
- name: Generate code coverage
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue