...
| Code Block | ||
|---|---|---|
| ||
<sonar.java.coveragePlugin>jacoco or cobertura or emma or clover</sonar.java.coveragePlugin> Prior to Sonar 3.4, the property was sonar.core.codeCoveragePlugin. |
Then, tell Sonar where to get the code coverage reports:
With Maven in your pom file:
...

