coverio

Crates.iocoverio
lib.rscoverio
version0.0.7
created_at2025-07-29 10:13:49.439961+00
updated_at2025-09-04 08:50:09.504645+00
descriptionBetter code coverage reporting for Rust crates
homepage
repositoryhttps://github.com/EngosSoftware/coverio.git
max_upload_size
id1772142
size79,780
core (github:engossoftware:core)

documentation

https://docs.rs/coverio

README

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

Commit count: 0

cargo fmt