Back to Explore

SimenB/collect-v8-coverage

GitHub1 watchersOpen source

Last release:

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 repository shows recent activity, with an upstream push on 2026-08-11, and the most recent tagged update is v1.0.3 dated 2025-10-15, suggesting active but not very frequent maintainership.
  • Update cadence appears intermittent: there is a gap between v1.0.3 (2025-10-15) and the prior tagged update v1.0.2 (2023-07-05), with earlier work (v1.0.1) dating back to 2020-04-02.

AI summary generated

AI-generated from public sources. May be inaccurate. Report

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