Skip to content

Commit

Permalink
Fix coverage report path
Browse files Browse the repository at this point in the history
  • Loading branch information
z4kn4fein committed Dec 20, 2022
1 parent d5ca410 commit f922122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ sonarqube {
property("sonar.sources", "src/commonMain/kotlin/com/configcat")
property("sonar.tests", "src/commonTest/kotlin/com/configcat")
property("sonar.kotlin.detekt.reportPaths", buildDir.resolve("reports/detekt/detekt.xml"))
property("sonar.coverage.jacoco.xmlReportPaths", buildDir.resolve("reports/kover/project-xml/report.xml"))
property("sonar.coverage.jacoco.xmlReportPaths", buildDir.resolve("reports/kover/xml/report.xml"))
}
}

Expand Down

0 comments on commit f922122

Please sign in to comment.