Recently I have updated SonarQube 7.9.2 in which sonar.jacoco.reportPaths
property has been deprecated and need to use sonar.coverage.jacoco.xmlReportPaths
. I don't have JaCoCo xml report generated and I am using ant for build and JUnit.
Please help me to view the coverage on SonarQube with exec
file.