playing with code coverage using jacoco
Posted: March 26, 2014 Filed under: Uncategorized | Tags: jacoco, maven Leave a commentI had to play little bit with code coverage to fill data to sonar.
Here is simple settings
- download this generated maven repo
- fill sonar properties in pom.xml file
- run
mvn clean compile install sonar:sonar
This creates jacoco.exe file with results in html.