Ross ROSS = Recommend OSS · open-source software intelligence for agents

Istanbul (nyc)

the Istanbul command line interface observed · 2026-08-28

github.com/istanbuljs/nyc · homepage · JavaScript · ISC (permissive) observed · 2026-08-28

Health v2 · maintenance only

71/100

  • Activity 82
  • Release rhythm 39
  • 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: 521
  • age_days: 4134
  • days_rel: 192
  • days_push: 108
  • n_releases_24m: 2

Full methodology

Adoption not part of the score

5766 stars · 363 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

nyc is the official command-line interface for Istanbul, a JavaScript code coverage tool that instruments ES5 and ES2015+ code with line counters. It wraps test runners like mocha, AVA, and tap to collect and report coverage, including source-mapped coverage for Babel and TypeScript projects.

Use cases

  • measure code coverage of my mocha tests
  • generate lcov and html coverage reports for a JavaScript project
  • get coverage for TypeScript or Babel code
  • instrument subprocesses spawned during tests
  • track how well unit tests exercise the codebase

When to choose

  • you need coverage for a Node.js project using mocha, AVA, or a runner without built-in coverage
  • you need source-mapped coverage for Babel or TypeScript
  • you need to instrument subprocesses spawned by your tests

When to avoid

  • you use Jest or node-tap, which already bundle Istanbul coverage
  • you prefer V8-native coverage via c8 without instrumentation

Facets

cli-tool · maturity stable

testing cli developer-tools testing developer-tools cli cross-platform code-coverage istanbul javascript instrumentation test-coverage mocha source-maps nodejs

5 sources

Member repositories

RepositoryRoleHealth v2
istanbuljs/nycmain71
istanbuljs/istanbuljssdk58

For agents

markdown · JSON · MCP: product_card(name="istanbuljs/nyc")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem