Releases: taiki-e/cargo-llvm-cov
Releases · taiki-e/cargo-llvm-cov
0.5.24
- Update
cargo_metadata
to 0.17.
0.5.23
0.5.22
- Fix regression introduced in 0.5.21.
0.5.21
- Fix "
-Z doctest-in-workspace
has been stabilized in the 1.72 release" warning on the latest nightly.
0.5.20
-
cargo-llvm-cov no longer sets the
RUST_TEST_THREADS
andNEXTEST_TEST_THREADS
environment variables. cargo-llvm-cov now adopts another efficient way to workaround rust-lang/rust#91092. (#279)This may greatly improve performance, especially when using
cargo llvm-cov nextest
.
0.5.19
0.5.18
0.5.17
0.5.16
- Improve the
--codecov
flag to match how region coverage is calculated to the HTML report. (#255, thanks @andrewgazelka)