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

Latest commit

 

History

History
24 lines (17 loc) · 571 Bytes

File metadata and controls

24 lines (17 loc) · 571 Bytes

coverage-example-java

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

Requirements

  • Maven 3.x
  • Java 8
  • test only in a branch
    • test only in a branch
      • test only in a branch
  • isdasdasdas * isdasdasdas

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.