A metarepository containing various libraries I maintain for my typical rust stack.
Coverage reports require cargo-llvm-cov:
cargo install cargo-llvm-covThe following aliases are available:
| Command | Description |
|---|---|
cargo coverage |
Print a summary table to the terminal |
cargo coverage-html |
Generate an HTML report and open it in the browser |
cargo coverage-lcov |
Write an LCOV report to lcov.info |