Skip to content

Commit

Permalink
Merge pull request #782 from CDCgov/ignore_e2e_code_coverage
Browse files Browse the repository at this point in the history
Ignore the `e2e` Helper Classes in our Code Coverage in SonarCloud
  • Loading branch information
halprin authored Jan 18, 2024
2 parents 201b518 + ec8bbdc commit ae726c9
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 ae726c9

Please sign in to comment.