Skip to content

Commit ae76309

Browse files
[sonar] fix sonar.junit.reportPaths
1 parent fa6d662 commit ae76309

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

build.gradle.kts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ sonar {
2323
properties {
2424
property("sonar.projectKey", "FrogDevelopment_consul-populate")
2525
property("sonar.organization", "frogdevelopment")
26-
property("sonar.junit.reportPaths", "**/build/test-results/test/")
26+
property("sonar.junit.reportPaths", "build/test-results/test/")
27+
property("sonar.inclusions", "**/src/main/**/*")
28+
property("sonar.test.exclusions", "**/src/test/**/*")
2729
}
2830
}
2931

0 commit comments

Comments
 (0)