I am trying to get code coverage with Sonar and Jenkins. I see Jenkins\' Sonar plugin successfully executes JUnit test cases and completes build successfully. But Sonar does not
Your Sonar plug-in cannot find the report file generated by Jacoco.
In your pom(parent or child) look for the tag under jacoco/prepare-agent execution. Change the name and the location to target/jacoco.exec and you are good to go!