github taiki-e/cargo-llvm-cov v0.3.0
0.3.0

latest releases: v0.5.32, v0.5.31, v0.5.30...
2 years ago
  • cargo-llvm-cov now always select the current toolchain. (#148)

    Previously, if -C instrument-coverage is 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-prefix optional. (#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-prefix flag to cargo-llvm-cov.

  • Stabilize a few unstable options.

Don't miss a new cargo-llvm-cov release

NewReleases is sending notifications on new releases.