Description
A Rust-based tool for collecting and aggregating code coverage data across multiple source files and formats. It is commonly used in CI to turn test coverage output into reports for services such as Coveralls or Codecov.
Install it if your project needs coverage reporting workflows. Coverage percentages are only one signal, so review what the tests actually exercise before judging quality.