Skip to content

0.4.0

Choose a tag to compare

@github-actions github-actions released this 12 May 00:39
· 799 commits to main since this release
Immutable release. Only release title and notes can be modified.
  • cargo-llvm-cov no longer changes the current directory when running cargo. (#161)

  • Exclude build script from report by default. (#163)
    You can use --include-build-script flag to include build script in report.

  • Set cfg(coverage_nightly) when nightly compiler is used. (#164)

  • Support short flags of --release (-r) and --features (-F). (#165)

  • Support custom profiles. (#166)