-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Cédric Belin edited this page Jun 15, 2024
·
3 revisions
Parse and format LCOV coverage reports, in Java.
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.*;
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.