I am trying to setup jacoco for my project\'s code coverage
jacoco
My project is based on Java 1.8
Java 1.8
Here is how things look in my project
This worked for me:
mvn clean install mvn site
Even though the minimum code coverage was not met and mvn clean install failed, the mvn site build succeeded and created the coverage report at:
mvn clean install
mvn site
.../target/site/jacoco/index.html