Skip to content
This repository was archived by the owner on Oct 11, 2023. It is now read-only.

Latest commit

 

History

History
22 lines (14 loc) · 850 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 850 Bytes

coverage-example-java

Codacy Badge Codacy Badge

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.