Crates.io | cargo-tests |
lib.rs | cargo-tests |
version | 0.2.2 |
source | src |
created_at | 2021-03-15 01:39:09.379501 |
updated_at | 2021-03-15 02:23:51.42154 |
description | generate llvm-cov reports when testings |
homepage | https://github.com/MichaelLeith/cargo-tests |
repository | https://github.com/MichaelLeith/cargo-tests |
max_upload_size | |
id | 369008 |
size | 13,451 |
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
in order to use this package you must have the following set up
rustup default nightly rustup component add llvm-tools-preview