Skip to content

Commit c46c12c

Browse files
authored
Added sonar config.
1 parent c551e54 commit c46c12c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build.gradle.kts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,9 @@ spotless {
5353
tasks.koverXmlReport {
5454
isEnabled = true
5555
}
56+
57+
sonarqube {
58+
properties {
59+
property("sonar.coverage.jacoco.xmlReportPaths", "${project.buildDir}/reports/kover/project-xml")
60+
}
61+
}

0 commit comments

Comments
 (0)