Coverage reports

6 min readLast updated 2026-04-23

Track line, branch, and function coverage with per-file breakdowns and trend visualization.

Coverage reports integrate with Istanbul/nyc and V8 coverage to show exactly which lines are exercised by your tests.

Coverage types

Line coveragePercentage of executable lines hit by tests
Branch coveragePercentage of conditional branches taken
Function coveragePercentage of functions called at least once
Statement coveragePercentage of statements executed

Per-file view

Click any file to see line-by-line coverage with green (covered), red (missed), and yellow (partial) indicators.

Thresholds

Set per-project coverage thresholds. CI fails if coverage drops below the threshold or if uncovered lines are added.

Was this article helpful?

Still have questions?

Our support team is here to help. Reach out directly or search the docs.