Display Sonar Code Coverage with jacoco.exec file in Sonar LTS 7.9.2

感情迁移 提交于 2020-05-15 19:11:48

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!