0.6.7
-
Add
--nextest-archive-file
option tocargo llvm-cov report
to support calling it for the result ofcargo llvm-cov nextest --archive-file
. (#355) -
Add unstable
--dep-coverage
option to show coverage of th specified dependency instead of the crates in the current workspace. (#353) -
Fix issues in report when merging coverage. (#354)