summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2022-05-31 10:06:31 -0400
committerGitHub <noreply@github.com>2022-05-31 10:06:31 -0400
commitdae3c07cd79a1d4666220c6ed03e1ec49e424832 (patch)
treeff7494d666829f76b4de680a8337ee85d753e4dc
parentf62e094507d1bec366e4ea0fcbeb62e545b6f6f5 (diff)
ci: update cargo_llvm_cov to 0.4.4 (#741)
-rw-r--r--.github/workflows/coverage.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index 0d1a888e..6ca8d697 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -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: |