cargo-tests

Crates.iocargo-tests
lib.rscargo-tests
version0.2.2
sourcesrc
created_at2021-03-15 01:39:09.379501
updated_at2021-03-15 02:23:51.42154
descriptiongenerate llvm-cov reports when testings
homepagehttps://github.com/MichaelLeith/cargo-tests
repositoryhttps://github.com/MichaelLeith/cargo-tests
max_upload_size
id369008
size13,451
Noxfadh (MichaelLeith)

documentation

README

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

Commit count: 11

cargo fmt