-
cargo-llvm-cov no longer changes the current directory when running cargo. (#161)
-
Exclude build script from report by default. (#163)
You can use--include-build-script
flag to include build script in report. -
Set
cfg(coverage_nightly)
when nightly compiler is used. (#164) -
Support short flags of
--release
(-r
) and--features
(-F
). (#165) -
Support custom profiles. (#166)