Skip to content

Commit b256aff

Browse files
committed
Adding report path
1 parent 54162cf commit b256aff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ sonar {
3737
property("sonar.projectKey", "josdem_jmailer-spring-boot")
3838
property("sonar.organization", "josdem-io")
3939
property("sonar.host.url", "https://sonarcloud.io")
40+
property("sonar.coverage.jacoco.xmlReportPaths", "services/build/reports/jacoco/test/jacocoTestReport.xml")
4041
}
4142
}
4243

0 commit comments

Comments
 (0)