Better code coverage reporting for Rust crates
This crate consumes the code coverage summary produced by the following command:
$ cargo llvm-cov --json --summary-only
and generates a badge like this:
$ cargo install coverio
$ cargo llvm-cov --json --summary-only | coverio
$ coverio --help
Licensed under either of
- MIT license (see LICENSE-MIT) or
- Apache License, Version 2.0 (see LICENSE and NOTICE)
at your option.
Any contributions to coverio are greatly appreciated. All contributions intentionally submitted for inclusion in the work by you, shall be dual licensed as above, without any additional terms or conditions.
Brought to you with 💙 by Engos Software