Fixed Kover xml report location

This commit is contained in:
Erik C. Thauvin 2023-06-29 12:06:10 -07:00
parent b88bb8cdc2
commit 22c5d30ace

View file

@ -68,7 +68,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/xml/report.xml")
property("sonar.coverage.jacoco.xmlReportPaths", "${project.buildDir}/reports/kover/report.xml")
}
}