Skip to content

Commit 4f2643c

Browse files
authored
[ci] Roll cargo-llvm-cov to 0.8.0 (#2929)
0.8.0 includes a fix for taiki-e/cargo-llvm-cov#475. gherrit-pr-id: Ga5eeadf55f8c273168c46a709f62782aac64ea77
1 parent 5fcf372 commit 4f2643c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -627,9 +627,7 @@ jobs:
627627
- name: Generate code coverage
628628
run: |
629629
set -eo pipefail
630-
# FIXME(https://github.com/taiki-e/cargo-llvm-cov/issues/475): Use
631-
# latest version of `cargo-llvm-cov` once this bug is fixed.
632-
./cargo.sh +nightly install --version 0.6.24 cargo-llvm-cov
630+
./cargo.sh +nightly install --version 0.8.0 cargo-llvm-cov
633631
./cargo.sh +nightly llvm-cov \
634632
--package zerocopy \
635633
--target x86_64-unknown-linux-gnu \

0 commit comments

Comments
 (0)