4 releases
0.2.2 | Mar 15, 2021 |
---|---|
0.2.1 | Mar 15, 2021 |
0.2.0 | Mar 15, 2021 |
0.1.0 | Mar 15, 2021 |
#678 in Cargo plugins
9KB
158 lines
cargo-tests
description: generate llvm-cov reports when testings note: requires nightly
code based on https://doc.rust-lang.org/nightly/unstable-book/compiler-flags/source-based-code-coverage.html
commands:
cargo tests <args> run tests & generate cov report
cargo tests all runs clean && tests && report
cargo tests clean cleans up cov artifacts
cargo tests report open cov report
Setup
in order to use this package you must have the following set up
rustup default nightly rustup component add llvm-tools-preview
Dependencies
~315–780KB
~13K SLoC