Releases: taiki-e/cargo-llvm-cov
Releases · taiki-e/cargo-llvm-cov
0.6.14
0.6.13
- Distribute prebuilt binary for x86_64 FreeBSD.
0.6.12
-
Add
--profraw-only
option tocargo llvm-cov clean
subcommand. (#385, thanks @smoelius) -
Respect
target.<triple>.rustdocflags
that added in Cargo 1.78. -
Disable quick-install fallback of cargo-binstall.
0.6.11
0.6.10
-
Update
ruzstd
to 0.7.This increases the rustc version required to build cargo-llvm-cov. (rustc 1.70+ -> 1.73+)
The cargo/rustc version required to run cargo-llvm-cov remains unchanged.
0.6.9
0.6.8
0.6.7
-
Add
--nextest-archive-file
option tocargo llvm-cov report
to support calling it for the result ofcargo llvm-cov nextest --archive-file
. (#355) -
Add unstable
--dep-coverage
option to show coverage of th specified dependency instead of the crates in the current workspace. (#353) -
Fix issues in report when merging coverage. (#354)