Commit 55be35a
committed
fix: add --locked flag to cargo install cargo-llvm-cov in coverage.sh
Without --locked, cargo resolves the newest compatible versions of all
transitive dependencies at install time, which can produce different
binaries across runs and pull in unreviewed dependency updates.
The --locked flag forces cargo to use the dependency versions pinned
in cargo-llvm-cov's own Cargo.lock, making the install reproducible.1 parent a3768d0 commit 55be35a
2 files changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments