0.2.0
-
Update to stabilized
-C instrument-coverage. (#130)Support for
-Z instrument-coveragein the old nightly will also be kept for compatibility.Compatibility Note: In 0.2, if
-C instrument-coverageor-Z instrument-coverageis not available in the default toolchain, runningcargo llvm-covwill find and use nightly (this is almost the same behavior as 0.1). This behavior is necessary because only the recent nightly currently supports-C instrument-coverage(and also for compatibility with 0.1). This behavior will be changed in 0.3 to always select the default toolchain. If you are likely to be affected by the change in 0.3, cargo-llvm-cov will emit a warning. 0.3 is planned to be released after-C instrument-coverageis available in the stable toolchain. -
Remove support of multiple values in
--packageand--exclude. (#133) -
Add
--exclude-from-testoption to exclude specific packages from the test but not from the report. (#131) -
Add
--exclude-from-reportoption to exclude specific packages from the report but not from the test. (#131) -
Workspace members are now always included in the report unless specified by
--excludeor--exclude-from-report. (#131)