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