Skip to content

Commit 4893605

Browse files
authored
ci: ignore samples for code coverage report (#239)
1 parent 47f2173 commit 4893605

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,5 +122,6 @@ sonar {
122122
property("sonar.projectKey", "ePages-de_restdocs-api-spec")
123123
property("sonar.organization", "epages-de")
124124
property("sonar.host.url", "https://sonarcloud.io")
125+
property("sonar.exclusions", "**/samples/**")
125126
}
126127
}

0 commit comments

Comments
 (0)