Releases: taiki-e/cargo-llvm-cov
Releases · taiki-e/cargo-llvm-cov
0.5.34
- Improve performance and reduce disc usage by passing
--no-deps
tocargo metadata
.
0.5.33
0.5.32
0.5.31
0.5.30
0.5.29
0.5.28
0.5.27
- Allow nightly to be specified by setting
RUSTC_BOOTSTRAP=1
, the same as for rustc and cargo. (#298, thanks @RocketJas)
0.5.26
0.5.25
-
Use
--show-missing-lines
logic in--fail-uncovered-lines
. (#277, thanks @michaelvlach) -
cargo-llvm-cov no longer sets the
CARGO_INCREMENTAL=0
environment variable. (#297)