peach a19a732be8 commit message | il y a 2 ans | |
---|---|---|
.. | ||
CHANGELOG.md | il y a 2 ans | |
LICENSE | il y a 2 ans | |
README.md | il y a 2 ans | |
index.d.ts | il y a 2 ans | |
index.js | il y a 2 ans | |
package.json | il y a 2 ans |
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();