LCOV viewer Istanbul report
Istanbul grouped HTML report. Generates code coverage report grouped by directory.
Installation and Usage
Install development dependency using NPM
npm install -D @lcov-viewer/istanbul-reportOR using YARN
yarn add -D @lcov-viewer/istanbul-reportInclude reporter in Jest config
module.exports = {
// ...
coverageReporters: [
'@lcov-viewer/istanbul-report'
],
// ...
};or specify as nyc reporter
nyc --reporter=@lcov-viewer/istanbul-report npm run test
nyc --reporter=@lcov-viewer/istanbul-report yarn testOther packages
A CLI conversion package: @lcov-viewer/cli
Demo
