We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c46c12c commit b80c2baCopy full SHA for b80c2ba
build.gradle.kts
@@ -56,6 +56,6 @@ tasks.koverXmlReport {
56
57
sonarqube {
58
properties {
59
- property("sonar.coverage.jacoco.xmlReportPaths", "${project.buildDir}/reports/kover/project-xml")
+ property("sonar.coverage.jacoco.xmlReportPaths", "build/reports/kover/project-xml/report.xml")
60
}
61
0 commit comments