Skip to content

Commit

Permalink
ci: ignore samples for code coverage report (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmewes authored May 15, 2023
1 parent 47f2173 commit 4893605
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -122,5 +122,6 @@ sonar {
property("sonar.projectKey", "ePages-de_restdocs-api-spec")
property("sonar.organization", "epages-de")
property("sonar.host.url", "https://sonarcloud.io")
property("sonar.exclusions", "**/samples/**")
}
}

0 comments on commit 4893605

Please sign in to comment.