Skip to content
Cédric Belin edited this page Jan 30, 2025 · 8 revisions

Parse and format LCOV coverage reports, in JavaScript.

Quick start

Install the latest version of LCOV Reports for JS with npm package manager:

npm install @cedx/lcov

For detailed instructions, see the installation guide.

Usage

This library provides a set of classes representing a LCOV coverage report and its data. The Report class, the main one, provides the parsing and formatting features.

See also

Clone this wiki locally