We are doing for Java services using JaCoCo as a plugin
I am deploying the service on a linux box and then running the readyAPI cases pointing to that linux box
Afterwards, jacoco.exec is generated and then I am publishing this jacoc.exec to sonarqube dashboard using mvn sonar:sonar as command & -DreportPathUrl = jacoco.exec
Specifically, if you’re uploading a JaCoCo exec report format, then your parameter name should be sonar.jacoco.reportPaths. Note that we’ve deprecated support of this format. You should switch to generating XML reports and passing them in to analysis with sonar.coverage.jacoco.xmlReportPaths. Also, you should upgrade to 7.9.1, the latest version and current LTS, at your earliest convenience.