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 54162cf commit b256affCopy full SHA for b256aff
services/build.gradle.kts
@@ -37,6 +37,7 @@ sonar {
37
property("sonar.projectKey", "josdem_jmailer-spring-boot")
38
property("sonar.organization", "josdem-io")
39
property("sonar.host.url", "https://sonarcloud.io")
40
+ property("sonar.coverage.jacoco.xmlReportPaths", "services/build/reports/jacoco/test/jacocoTestReport.xml")
41
}
42
43
0 commit comments