danmayer/coverband
Ruby production code coverage collection and reporting (line of code usage) observed · 2026-08-28
Health v2 · maintenance only
91/100
- Activity 98
- Release rhythm 78
- 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: 0.0
- age_days: 4686
- days_rel: 148
- days_push: 13
- n_releases_24m: 7
Adoption not part of the score
2686 stars · 169 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Coverband is a Ruby gem that measures production code usage, counting how many times each line of code executes in a running application. It collects coverage data with low overhead via Rack middleware or background threads, stores it in Redis, and exposes a mountable web UI for reporting.
Use cases
- find dead code in a production Rails app
- measure which lines of code are actually executed in production
- identify unused code paths before refactoring
- track runtime vs eager-load code usage in Ruby apps
- view production code coverage reports in a web UI
- detect rarely used endpoints or background job code
When to choose
- you run a Ruby or Rails application in production and want insight into real code usage
- you need low-overhead line-level execution counters with a Redis-backed store
- you want a mountable web interface to share coverage reports with your team
When to avoid
- you need test suite code coverage - use SimpleCov instead
- your stack is not Ruby/Rack-based
- you cannot run Redis or another supported store in your environment
Facets
library · maturity active
monitoring analytics middleware developer-tools developer-tools web-development analytics performance ruby self-hosted code-coverage production-code-usage rack-middleware rails redis line-coverage dead-code-detection web-server
2 sources
- readme: https://github.com/danmayer/coverband · fetched 2026-08-28 · 06b6c4725b1e
- homepage: https://github.com/danmayer/coverband · fetched 2026-08-29 · 77295908a8ac
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| danmayer/coverband | main | 91 |
For agents
markdown · JSON · MCP: product_card(name="danmayer/coverband")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem