7 releases
Uses new Rust 2024
| 0.0.7 | Sep 4, 2025 |
|---|---|
| 0.0.6 | Sep 3, 2025 |
| 0.0.5 | Aug 28, 2025 |
| 0.0.2 | Jul 30, 2025 |
#1340 in Text processing
23KB
436 lines
coverio
Better code coverage reporting for Rust crates
Overview
This crate consumes the code coverage summary produced by the following command:
$ cargo llvm-cov --json --summary-only
and generates a badge like this:
Installation
$ cargo install coverio
Usage
$ cargo llvm-cov --json --summary-only | coverio
Help
$ coverio --help
License
Licensed under either of
- MIT license (see LICENSE-MIT) or
- Apache License, Version 2.0 (see LICENSE and NOTICE)
at your option.
Contribution
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
Dependencies
~1.2–1.9MB
~33K SLoC