Fixed sonarqube/kover report location

This commit is contained in:
Erik C. Thauvin 2022-08-25 14:59:57 -07:00
parent fba34f80ce
commit c5bd4d4748

View file

@ -57,7 +57,7 @@ sonarqube {
property("sonar.organization", "ethauvin-github")
property("sonar.host.url", "https://sonarcloud.io")
property("sonar.sourceEncoding", "UTF-8")
property("sonar.coverage.jacoco.xmlReportPaths", "${project.buildDir}/reports/kover/report.xml")
property("sonar.coverage.jacoco.xmlReportPaths", "${project.buildDir}/reports/kover/xml/report.xml")
}
}