Compare commits
2 commits
master
...
worktree-c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6e97b4f4d9 | ||
|
|
c2868100f6 |
1 changed files with 2 additions and 8 deletions
|
|
@ -101,14 +101,8 @@ jobs:
|
|||
restore-keys: |
|
||||
sccache-${{ runner.os }}-
|
||||
|
||||
# Not baked into the rust-ci image (see docker/rust-ci in
|
||||
# infrastructure) — install fresh each run rather than bumping the
|
||||
# shared image just for this one project.
|
||||
- name: Install cargo-llvm-cov
|
||||
run: |
|
||||
rustup component add llvm-tools-preview
|
||||
command -v cargo-llvm-cov >/dev/null 2>&1 || cargo install cargo-llvm-cov --locked
|
||||
|
||||
# cargo-llvm-cov and llvm-tools-preview are baked into the rust-ci
|
||||
# image (see docker/rust-ci in infrastructure).
|
||||
# Reports coverage only — no --fail-under-lines yet. main.rs is
|
||||
# excluded: thin argv dispatch exercised by the real end-to-end
|
||||
# `cargo run`, not unit tests, so it's not a meaningful signal here.
|
||||
|
|
|
|||
Loading…
Reference in a new issue