Releases: taiki-e/cargo-llvm-cov
0.1.6
0.1.5
0.1.4
-
Improve heuristics around artifact cleanup.
This removes the need to recompile dependencies in most cases.
0.1.3
0.1.2
0.1.1
0.1.0
-
Change output directory of
--html
and--open
options fromtarget/llvm-cov
totarget/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_FLAGS
to pass additional flags to llvm-cov. (value: space-separated list)CARGO_LLVM_PROFDATA_FLAGS
to 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
--text
and--output-dir
used. -
--html
and--open
options no longer outputs a summary at the same time. -
Diagnostic improvements.
0.1.0-alpha.5
0.1.0-alpha.4
-
Fix an issue where git dependencies were displayed in the coverage report.
-
Fix several bugs.
-
Add
--output-path
option to specify a file to write coverage data into. -
Add
--ignore-filename-regex
option to skip specified source code files from coverage report. -
Improve diagnostics when the required tools are not installed.
0.1.0-alpha.3
-
--json
flag now exports all coverage data by default. If you want to get only summary information, use--summary-only
flag together. -
Enable
--html
flag automatically when--open
flag is passed. -
Add
--lcov
flag for exporting coverage data in "lcov" format. -
Fix an issue where llvm-cov's auto-detection of color output doesn't work.
-
Fix several bugs.
-
Documentation improvements.