ci: bump cargo-llvm-cov to 0.4.8 (#754)

This commit is contained in:
Clement Tsang 2022-06-24 23:03:44 -04:00 committed by GitHub
parent 4fa1fc7f58
commit 2912859e52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: |