Display Sonar Code Coverage with jacoco.exec file in Sonar LTS 7.9.2
问题 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. 来源: https://stackoverflow.com/questions/59527088/display-sonar-code-coverage-with-jacoco-exec-file-in-sonar-lts-7-9-2