bcoe/c8
output coverage reports using Node.js' built in coverage observed · 2026-08-28
Health v2 · maintenance only
85/100
- Activity 97
- Release rhythm 61
- 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: 290.0
- age_days: 3233
- days_rel: 50
- days_push: 23
- n_releases_24m: 3
Adoption not part of the score
2119 stars · 98 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
c8 is a CLI tool that generates code coverage reports for Node.js applications using Node's built-in V8 coverage output, formatted with Istanbul-compatible reporters. It works like nyc but requires no transpilation, simply wrapping any node command (e.g. `c8 node foo.js`).
Use cases
- measure code coverage of node.js tests
- generate istanbul-style coverage reports without transpiling
- enforce coverage thresholds in CI
- check per-file coverage thresholds
- include untested files in coverage reports with --all
When to choose
- you want fast, native V8 coverage for modern JavaScript without instrumentation/transpilation
- you need Istanbul-compatible reporters (lcov, html, text) for Node.js projects
- you want to enforce coverage thresholds in CI pipelines
When to avoid
- you need coverage for browser-only code or non-Node runtimes
- you rely on nyc-specific instrumentation features or older Node versions lacking V8 coverage output
- you need coverage for languages other than JavaScript/TypeScript
Facets
cli-tool · maturity active
testing benchmarking testing developer-tools cli cross-platform code-coverage v8-coverage istanbul-reporters nyc-alternative javascript command-line nodejs
2 sources
- readme: https://github.com/bcoe/c8 · fetched 2026-08-28 · 498a449a97e0
- registry_npm: https://registry.npmjs.org/c8 · fetched 2026-08-29 · 278b588fb7b8
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| bcoe/c8 | main | 85 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem