Skip to content

Releases: taiki-e/cargo-llvm-cov

0.6.9

05 Apr 11:09
Compare
Choose a tag to compare
  • Skip merging profraw data if profraw files don't exist and a profdata file already exists. (#360, thanks @weiznich)

  • Update opener to 0.7.

0.6.8

16 Mar 09:29
Compare
Choose a tag to compare
  • Add unstable --branch flag to enable branch coverage. (#356)

0.6.7

10 Mar 11:09
Compare
Choose a tag to compare
  • Add --nextest-archive-file option to cargo llvm-cov report to support calling it for the result of cargo 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)

0.6.6

22 Feb 05:53
Compare
Choose a tag to compare
  • It is no longer needed to pass --target/--release/--cargo-profile to cargo llvm-cov nextest --archive-file in most cases. Options passed to cargo llvm-cov nextest-archive are now respected. (#349)

  • Support --release and --cargo-profile options for cargo llvm-cov nextest-archive. (#348)

0.6.5

07 Feb 16:31
Compare
Choose a tag to compare
  • Add --skip-functions flag to coverage generation. (#346, thanks @mlveggo)

0.6.4

25 Jan 13:45
Compare
Choose a tag to compare
  • Make home dependency Windows-only dependency.

0.6.3

24 Jan 13:25
Compare
Choose a tag to compare
  • Fix "The file was not recognized as a valid object file" error with --doc/--doctests flag on WSL. (#343)

0.6.2

18 Jan 14:40
Compare
Choose a tag to compare
  • Support setting file name of LLVM_PROFILE_FILE. (#340)

0.6.1

13 Jan 05:59
Compare
Choose a tag to compare
  • Support --target option for cargo llvm-cov nextest --archive-file. (#334)

  • Support --no-cfg-coverage and --no-cfg-coverage-nightly flags in cargo llvm-cov show-env. (#333)

0.6.0

28 Dec 10:16
Compare
Choose a tag to compare
  • Make --hide-instantiations flag default, and add --show-instantiations flag to allow opt-in of the previous behavior. (#330)

  • Support cargo llvm-cov nextest --archive-file. (#266, thanks @magnusja)

  • Add hint about cfgs. (#330)