Releases: taiki-e/cargo-llvm-cov
Releases · taiki-e/cargo-llvm-cov
0.5.36
- Support
--doctests
flag incargo llvm-cov report
andcargo llvm-cov show-env
.
0.5.35
- Improve compile time.
0.5.34
- Improve performance and reduce disc usage by passing
--no-deps
tocargo metadata
.
0.5.33
0.5.32
0.5.31
0.5.30
0.5.29
0.5.28
0.5.27
- Allow nightly to be specified by setting
RUSTC_BOOTSTRAP=1
, the same as for rustc and cargo. (#298, thanks @RocketJas)