0.1.0
·
1031 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
-
Change output directory of
--htmland--openoptions fromtarget/llvm-covtotarget/llvm-cov/html. -
cargo clean cargo llvm-cov --no-report --features a cargo llvm-cov --no-report --features b cargo llvm-cov --no-run --lcov
-
Add environment variables to pass additional flags to llvm-cov/llvm-profdata.
CARGO_LLVM_COV_FLAGSto pass additional flags to llvm-cov. (value: space-separated list)CARGO_LLVM_PROFDATA_FLAGSto pass additional flags to llvm-profdata. (value: space-separated list)
-
Fix "Failed to load coverage" error when together used with trybuild.
-
Fix bug in color-detection when both
--textand--output-dirused. -
--htmland--openoptions no longer outputs a summary at the same time. -
Diagnostic improvements.