collect-v8-coverage
Advanced tools
Weekly downloads
Changelog
Readme
Use this module to start and stop the V8 inspector manually and collect precise coverage.
const {CoverageInstrumenter} = require('collect-v8-coverage');
const instrumenter = new CoverageInstrumenter();
await instrumenter.startInstrumenting();
// require some modules, run some code
const coverage = await instrumenter.stopInstrumenting();
FAQs
Use this module to start and stop the V8 inspector manually and collect precise coverage.
The npm package collect-v8-coverage receives a total of 17,337,790 weekly downloads. As such, collect-v8-coverage popularity was classified as popular.
We found that collect-v8-coverage demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket installs a GitHub app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.