simplecov-ruby/simplecov
Code coverage for Ruby with a powerful configuration library and automatic merging of coverage across test suites observed · 2026-08-28
Health v2 · maintenance only
98/100
- Activity 99
- Release rhythm 97
- 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: 5862
- days_rel: 21
- days_push: 7
- n_releases_24m: 7
Adoption not part of the score
4918 stars · 579 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
SimpleCov is a code coverage analysis library for Ruby built on Ruby's built-in Coverage library. It provides a clean API to filter, group, merge, and format coverage results, with automatic merging of coverage across test suites and built-in HTML and JSON formatters.
Use cases
- measure code coverage of my Ruby test suite
- merge coverage results across unit and integration tests
- generate an HTML coverage report for a Rails app
- track which lines of my Ruby code are untested
- set up code coverage for RSpec or Minitest
- enforce a minimum coverage threshold in CI
When to choose
- you need code coverage metrics for Ruby or Rails projects
- you want coverage merged across multiple test suites
- you want a quick setup with just a couple of lines in your test helper
When to avoid
- you need coverage for languages other than Ruby
- you need branch-level coverage tooling beyond what Ruby's Coverage library provides
Facets
library · maturity stable
testing developer-tools testing developer-tools web-development ruby code-coverage test-coverage coverage-report ruby-gem rails
1 source
- readme: https://github.com/simplecov-ruby/simplecov · fetched 2026-08-28 · 93c983220b42
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| simplecov-ruby/simplecov | main | 98 |
For agents
markdown · JSON · MCP: product_card(name="simplecov-ruby/simplecov")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem