ci: update cargo_llvm_cov to 0.4.4 (#741)

This commit is contained in:
Clement Tsang 2022-05-31 10:06:31 -04:00 committed by GitHub
parent f62e094507
commit dae3c07cd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ jobs:
- name: Install cargo-llvm-cov
run: |
rustup component add llvm-tools-preview
cargo install cargo-llvm-cov --version 0.3.0 --locked
cargo install cargo-llvm-cov --version 0.4.4 --locked
- name: Generate code coverage
run: |