Fixed Kover xml report location

This commit is contained in:
Erik C. Thauvin 2023-06-29 12:04:42 -07:00
parent ff97152646
commit f5386a7a2b

View file

@ -83,7 +83,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")
}
}