Node.js
c8: Native V8 Code Coverage for Node.js Without Instrumentation
c8 (coverage using V8) measures code coverage by reading the coverage data that Node.js's V8 engine generates natively. Unlike Istanbul/nyc, it requires no code transformation or instrumentation — your source runs as-is, making it compatible with ES modules and faster to execute. How c8 Differs from Istanbul/