Skip to content

0.3.0

Choose a tag to compare

@github-actions github-actions released this 08 Apr 10:46
· 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-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.