mozilla/grcov
Rust tool to collect and aggregate code coverage data for multiple source files observed · 2026-08-28
Health v2 · maintenance only
84/100
- Activity 85
- Release rhythm 73
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 5.5
- age_days: 3473
- days_rel: 183
- days_push: 92
- n_releases_24m: 13
Adoption not part of the score
1361 stars · 171 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
grcov is a fast Rust-based CLI tool that collects and aggregates code coverage data from multiple source files. It processes .profraw and .gcda files from LLVM/Clang and GCC, plus lcov, Go, and JaCoCo coverage formats, and outputs reports as HTML, lcov, Coveralls, Cobertura, and more.
Use cases
- generate code coverage reports for a Rust project
- aggregate C/C++ gcda coverage files into an HTML report
- upload coverage to Coveralls from CI
- merge coverage from multiple test runs and languages
- produce lcov or cobertura output for a coverage service
- collect JavaScript and Java coverage alongside native code coverage
When to choose
- you need a fast, single-binary coverage aggregator across C/C++, Rust, Go, Java, or JS
- you want CI-friendly outputs like Coveralls, lcov, or Cobertura
- you're working in a Mozilla/Firefox-style multi-language build pipeline
When to avoid
- you only need simple line coverage for a pure-Python or pure-Ruby project where native tooling suffices
- you need IDE-integrated live coverage rather than report generation
- you require platforms beyond Linux, macOS, or Windows
Facets
cli-tool · maturity active
testing developer-tools ci-cd developer-tools testing windows cli rust code-coverage coverage-reporting llvm gcc lcov coveralls cobertura linux macos
2 sources
- readme: https://github.com/mozilla/grcov · fetched 2026-08-28 · 0279785bd2db
- registry_crates: https://crates.io/api/v1/crates/grcov · fetched 2026-08-29 · e7ab86e14f4b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| mozilla/grcov | main | 84 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem