Skip to content

Releases: taiki-e/cargo-llvm-cov

0.5.34

17 Oct 13:35
Compare
Choose a tag to compare
  • Improve performance and reduce disc usage by passing --no-deps to cargo metadata.

0.5.33

26 Sep 17:31
Compare
Choose a tag to compare
  • Fix "The file was not recognized as a valid object file" error on WSL. (#317)

0.5.32

23 Sep 11:25
Compare
Choose a tag to compare
  • Fix an issue where codes in the standard library are not being properly excluded from reports when using a custom toolchain. (#311)

  • Document a way to display coverage in VS Code.

0.5.31

24 Aug 18:51
Compare
Choose a tag to compare
  • Fix empty source path generated in cobertura.xml. (#309, thanks @mstyura)

  • Prepare for future branch coverage support. (#308, thanks @Swatinem)

0.5.30

23 Aug 14:51
Compare
Choose a tag to compare
  • Fix an issue where coverage is not collected or fails to generate coverage on cdylib or proc-macro crate on Windows. (#307)

  • Escape values that are shown by show-env subcommand. (#307)

0.5.29

23 Aug 12:53
Compare
Choose a tag to compare
  • Diagnostics improvements. (#302)

0.5.28

22 Aug 16:41
Compare
Choose a tag to compare
  • Diagnostics improvements. (#305, #306)

0.5.27

14 Aug 14:58
Compare
Choose a tag to compare
  • Allow nightly to be specified by setting RUSTC_BOOTSTRAP=1, the same as for rustc and cargo. (#298, thanks @RocketJas)

0.5.26

12 Aug 14:31
Compare
Choose a tag to compare
  • Fix support for trybuild 1.0.76+. (#301)

0.5.25

06 Aug 09:13
Compare
Choose a tag to compare
  • Use --show-missing-lines logic in --fail-uncovered-lines. (#277, thanks @michaelvlach)

  • cargo-llvm-cov no longer sets the CARGO_INCREMENTAL=0 environment variable. (#297)