Skip to content

Releases: taiki-e/cargo-llvm-cov

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)

0.5.39

16 Dec 12:55
Compare
Choose a tag to compare
  • Remove dependency on is-terminal.

0.5.38

13 Dec 14:48
Compare
Choose a tag to compare

0.5.37

17 Nov 01:44
Compare
Choose a tag to compare

0.5.36

30 Oct 20:37
Compare
Choose a tag to compare
  • Support --doctests flag in cargo llvm-cov report and cargo llvm-cov show-env.

0.5.35

18 Oct 17:50
Compare
Choose a tag to compare
  • Improve compile time.