How to add sonar.coverage.jacoco.xmlReportPaths in jenkins for android project ?
Sep 19, 2024 · 1 min read · I was trying to configure jacoco plugin with sonarqube. To do this, we need to provide sonarqube with the path of coverage report xml file generated by the jacoco plugin.we can do this on local environment by adding a sonarqube property as shown be...
Join discussion