machadoit / coverage-example-java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About


Languages

Language:Java 100.0%