0.3.0
·
831 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
-
cargo-llvm-cov now always select the current toolchain. (#148)
Previously, if
-C instrument-coverageis not available in the current toolchain, the nightly toolchain was used. (See release note of 0.2.0 for more information on the previous behavior.) -
Make
--remap-path-prefixoptional. (#141)Previously this flag was always used, but due to some bugs discovered we decided to disable it by default. If you were dependent on the behavior provided by this flag, you can use the same behavior by passing the
--remap-path-prefixflag to cargo-llvm-cov. -
Stabilize a few unstable options.