How to integrate jacoco code coverage report with sonarqube using Ant?

Hi,
You could read how to do it here:

Here is a build.xml file which supports Sonar and Jacoco:

And blog post:

Cheers

2 Likes