Releases: taiki-e/cargo-llvm-cov
Releases · taiki-e/cargo-llvm-cov
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.
0.1.0-alpha.2
0.1.0-alpha.1
Initial release