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

MIT/Apache

23KB
436 lines

coverio

coverio code-coverage build-Linux build-Windows build-MacOs build-MacOs-arm64 MIT-license Apache-2.0-license contributor-covenant made-by-human

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:

example-1

Installation

$ cargo install coverio

Usage

$ cargo llvm-cov --json --summary-only | coverio

Help

$ coverio --help

License

Licensed under either of

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