⚡
V8 Native Coverage
Brand-new V8 coverage report with native byte statistics and high performance processing
Generate native V8 reports or Istanbul reports with ease

npm install monocart-coverage-reportsconst MCR = require('monocart-coverage-reports');
const mcr = MCR({
name: 'My Coverage Report',
outputDir: './coverage-reports',
reports: ["v8", "console-details"]
});
await mcr.add(coverageData);
await mcr.generate();mcr node my-app.js -r v8,console-detailseol=lf for snapshot of test (Windows)git add . -u
git commit -m "Saving files before refreshing line endings"
npm run eol