diff --git a/build.gradle b/build.gradle index 0bea664..d211984 100644 --- a/build.gradle +++ b/build.gradle @@ -173,7 +173,7 @@ sonarqube { property('sonar.organization', 'ethauvin-github') property('sonar.projectKey', 'ethauvin_mobibot') property('sonar.host.url', 'https://sonarcloud.io') - property('sonar.coverage.jacoco.xmlReportPaths', "${project.buildDir}/reports/kover/report.xml") + property('sonar.coverage.jacoco.xmlReportPaths', "${project.buildDir}/reports/kover/xml/report.xml") } }