Skip to content
This repository was archived by the owner on Jan 8, 2024. It is now read-only.

Latest commit

 

History

History
19 lines (12 loc) · 457 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 457 Bytes

coverage-example-java

Example repository on how to generate a coverage report for Java.

Requirements

  • Maven 3.x
  • Java 8

If you don't have those specific versions, SDKMAN! can be helpful.

Run tests

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.