Releases: taiki-e/cargo-llvm-cov
Releases · taiki-e/cargo-llvm-cov
0.1.16
-
Alleviate an issue where "File name or extension is too long" error occurs in Windows. (#126, thanks @aganders3)
-
Re-enable multiple values for
--package
and--exclude
. (#127, thanks @aganders3)This behavior was unintentionally enabled in older versions and disabled in recent versions.
We will support this again in 0.1.x for compatibility, but will remove it in 0.2.x.
-
Distribute prebuilt binaries for aarch64 Linux (gnu and musl).
0.1.15
0.1.14
-
Add
show-env
subcommand. (#115, thanks @davidhewitt) -
cargo-llvm-cov no longer sets
CARGO_TARGET_DIR
. (#112, thanks @smoelius) -
cargo-llvm-cov can now properly exclude arbitrary
CARGO_HOME
andRUSTUP_HOME
from reports.
0.1.13
0.1.12
0.1.11
- Fix "conflicting weak extern definition" error on windows. (#101)
0.1.10
0.1.9
0.1.8
- Fix an issue where some files were incorrectly ignored in reports. (#94, thanks @larsluthman)