Sonar+jacoco coverage showing 0% on ant java project

Hi,

Once you figure out how to generate the coverage report, you’ll need to pass it in to analysis. According to the docs, the property for that is sonar.coverage.jacoco.xmlReportPaths.

Also, it looks like you need to review the SonarScanner for Ant docs for how to analyze with Ant.

 
Ann