Skip to content

Commit b80c2ba

Browse files
committed
Added sonar setting.
1 parent c46c12c commit b80c2ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ tasks.koverXmlReport {
5656

5757
sonarqube {
5858
properties {
59-
property("sonar.coverage.jacoco.xmlReportPaths", "${project.buildDir}/reports/kover/project-xml")
59+
property("sonar.coverage.jacoco.xmlReportPaths", "build/reports/kover/project-xml/report.xml")
6060
}
6161
}

0 commit comments

Comments
 (0)