Skip to content
Cédric Belin edited this page Jun 15, 2024 · 3 revisions

Parse and format LCOV coverage reports, in Java.

Quick start

Download the latest JAR file of LCOV Reports for Java from the GitHub releases:
https://github.com/cedx/lcov.java/releases/latest

Add it to your class path. Now in your Java code, you can use:

import io.belin.lcov.*;

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.

Clone this wiki locally