This is a Node.js module that manually starts and stops the V8 inspector to collect precise JavaScript coverage. It provides a CoverageInstrumenter that you can use to begin instrumentation, run your code, then retrieve the collected coverage.
Project status
- The source appears to be lightly maintained rather than actively evolving, with tagged updates only at v1.0.3 (2025-10-15) and earlier, even though there was an upstream push on 2026-08-11 (no new tagged update is shown in the provided evidence).
- Update cadence looks low, based on the release history (2019-12-16, 2020-04-02, 2023-07-05, 2025-10-15). This suggests occasional maintenance updates rather than a regular release rhythm.
AI summary generated
Recent updates
v1.0.3
v1.0.3 is presented as a bug fix release for collect-v8-coverage. The documented change is enabling and disabling the V8 debugger to improve coverage accuracy.
v1.0.2
Release v1.0.2 primarily contains a bug fix for Windows environments using networked filesystems, where the V8 profiler can return file URLs in an unexpected format. Besides that runtime fix, the diff shows substantial changes to the project’s developer tooling, including CI action version upgrades, branch configuration for releases, and a migration to Yarn 3.
v1.0.1
Release v1.0.1 primarily updates package metadata by bumping the version and adding a repository link to package.json, and it includes a corresponding changelog entry. The code diff shown contains no application logic changes, but it does include a large yarn.lock update with many transitive dependency upgrades that are not mentioned in the release notes.
v1.0.0
v1.0.0 is the initial release of collect-v8-coverage. It introduces the project for collecting V8 coverage data, with no additional changes or fixes documented in the release notes beyond the initial commit.
Features