- Notifications
You must be signed in to change notification settings - Fork1
LCOV code coverage report viewer. Parses lcov report files and generates HTML report grouped by directory.
License
eugenezinovyev/lcov-viewer
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
LCOV code coverage report viewer. Parses lcov report files and generates HTML report grouped by directory.
This repository provides two packages:
Package | Description |
---|---|
Istanbul grouped HTML report. Generates code coverage report grouped by directory. | |
CLI to convert coverage in LCOV format to a grouped HTML report. |
Istanbul reporter for Jest and nyc. Generates code coverage report grouped by directory.
Documentation:/packages/istanbul-report
yarn add -D @lcov-viewer/istanbul-reportnpm install -D @lcov-viewer/istanbul-report
CLI to convert coverage in LCOV format to a grouped HTML report.
Documentation:/packages/cli
yarn global add @lcov-viewer/clinpm install -g @lcov-viewer/cli
-- OR locally in your project --
yarn add -D @lcov-viewer/clinpm install -D @lcov-viewer/cli
This repository uses Yarn workspaces. Please use Yarn as a package manager.
git clone https://github.com/eugenezinovyev/lcov-viewer.gitcd lcov-vieweryarnyarn start
The openhttp://localhost:8080/ in your browser and droplcov.info
file into the dropzone.
About
LCOV code coverage report viewer. Parses lcov report files and generates HTML report grouped by directory.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.