Skip to content

Releases: taiki-e/cargo-llvm-cov

0.5.23

07 Jul 15:07
Compare
Choose a tag to compare
  • Inject additional contextual information about cargo-llvm-cov into the JSON output of llvm-cov. (#289, thanks @dnaka91)

    It allows other programs, that rely on this output, to make certain assertions about the behavior of cargo-llvm-cov and can help to share common information.

0.5.22

29 Jun 16:50
Compare
Choose a tag to compare
  • Fix regression introduced in 0.5.21.

0.5.21

29 Jun 14:14
Compare
Choose a tag to compare
  • Fix "-Z doctest-in-workspace has been stabilized in the 1.72 release" warning on the latest nightly.

0.5.20

02 Jun 17:38
Compare
Choose a tag to compare

0.5.19

28 Apr 17:16
Compare
Choose a tag to compare
  • Fix handling of --cargo-profile option for cargo llvm-cov nextest. (#269)

0.5.18

25 Apr 13:50
Compare
Choose a tag to compare
  • Support --ignore-run-fail for cargo llvm-cov nextest. (#263)

0.5.17

21 Apr 15:05
Compare
Choose a tag to compare
  • Set CARGO_LLVM_COV environment variable (#259, thanks @def-)

0.5.16

18 Apr 19:02
Compare
Choose a tag to compare
  • Improve the --codecov flag to match how region coverage is calculated to the HTML report. (#255, thanks @andrewgazelka)

0.5.15

15 Apr 08:06
Compare
Choose a tag to compare
  • Fix version detection with dev build. (#257, thanks @tofay)

0.5.14

05 Apr 13:21
Compare
Choose a tag to compare
  • Fix an issue where --codecov flag reports a fully covered line as only partially covered or not covered. (#253, thanks @andrewgazelka)