Example repository on how to generate a coverage report for Java.
- Maven 3.x
- Java 8
If you don't have those specific versions, SDKMAN! can be helpful.
mvn clean test
Running tests will also generate a JaCoCo report. After successfully running the
tests, you can find the XML report at target/site/jacoco/jacoco.xml
.