Skip to content

Commit

Permalink
Ignore the e2e helper classes in our code coverage in SonarCloud
Browse files Browse the repository at this point in the history
  • Loading branch information
halprin committed Jan 17, 2024
1 parent 201b518 commit ec8bbdc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ subprojects {
}

ext.jacoco_excludes = [
'**/e2e/**',
'**/javalin/App*',
'**/jackson/Jackson*',
'**/slf4j/LocalLogger*',
Expand Down

0 comments on commit ec8bbdc

Please sign in to comment.