Back to Javalin

Jacoco Coverage Report

jacoco-coverage-report/README.md

7.1.01.2 KB
Original Source

Jacoco Coverage Report

This module is used for Jacoco code coverage report aggregation.

Jacoco Report Path

The Jacoco report can be found at the following path, relative to the root of the project:

jacoco-coverage-report/target/site/jacoco-aggregate/jacoco.xml

Generating the Jacoco Report

To generate the Jacoco report, run the following command from the root of the project:

mvn clean verify

Viewing the Jacoco Report

The Jacoco report can be viewed by opening the following file in a web browser:

jacoco-coverage-report/target/site/jacoco-aggregate/index.html

Or by using Codecov to view the report online here:

Coverage graphs

Sunburst

Icicle

Treemap / Grid