Skip to content

Releases: taiki-e/cargo-llvm-cov

0.6.18

19 Jul 10:22
Compare
Choose a tag to compare

0.6.17

06 Jul 04:51
Compare
Choose a tag to compare
  • Exclude local vendored sources by default. (#438, thanks @Altair-Bueno)

  • Remove dependency on is_executable. (#422)

  • Update opener to 0.8.

  • Update duct to 1.

  • Documentation improvements.

0.6.16

16 Jan 16:30
Compare
Choose a tag to compare
  • Add --with-pwsh-env-prefix to cargo llvm-cov show-env subcommand. (#411, thanks @LittleBoxOfSunshine)

  • Document usage with GitLab CI. (#405, thanks @jaskij)

  • Document usage with afl.rs. (#369, thanks @njelich)

  • Update ruzstd to 0.8.

    This increases the rustc version required to build cargo-llvm-cov. (rustc 1.73+ -> 1.81+)
    The cargo/rustc version required to run cargo-llvm-cov remains unchanged.

0.6.15

21 Dec 19:52
Compare
Choose a tag to compare
  • Remove dependency on home to relax the MSRV on Windows.

  • Weaken errors related to rustc version to warnings. (#407)

0.6.14

12 Oct 10:32
Compare
Choose a tag to compare
  • Add unstable --mcdc flag to enable mcdc coverage. (#383, thanks @Swatinem)

0.6.13

14 Sep 21:03
Compare
Choose a tag to compare
  • Distribute prebuilt binary for x86_64 FreeBSD.

0.6.12

03 Sep 14:49
Compare
Choose a tag to compare
  • Add --profraw-only option to cargo llvm-cov clean subcommand. (#385, thanks @smoelius)

  • Respect target.<triple>.rustdocflags that added in Cargo 1.78.

  • Disable quick-install fallback of cargo-binstall.

0.6.11

18 Jul 16:58
Compare
Choose a tag to compare
  • Add support for MC/DC coverage. (#363, thanks @aytey)

  • Documentation improvements.

0.6.10

01 Jun 14:03
Compare
Choose a tag to compare
  • Update ruzstd to 0.7.

    This increases the rustc version required to build cargo-llvm-cov. (rustc 1.70+ -> 1.73+)
    The cargo/rustc version required to run cargo-llvm-cov remains unchanged.

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.