1.4.0 • Published 9 months ago

@lcov-viewer/istanbul-report v1.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

build Known Vulnerabilities npm version

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-report

OR using YARN

yarn add -D @lcov-viewer/istanbul-report

Include 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 test

Other packages

A CLI conversion package: @lcov-viewer/cli

Demo

report

1.4.0

9 months ago

1.3.0

2 years ago

1.2.1

2 years ago

1.1.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago