Skip to content

Commit

Permalink
Exclude lombok generated code from jacoco coverage report
Browse files Browse the repository at this point in the history
Signed-off-by: Heemin Kim <[email protected]>
  • Loading branch information
heemin32 committed Apr 26, 2023
1 parent 49565b2 commit 56b24af
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lombok.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# tell lombok this is your root directory
config.stopBubbling = true
# add @lombok.Generated annotations to all generated nodes where possible
# to skip code coverage for auto generated code
lombok.addLombokGeneratedAnnotation = true

0 comments on commit 56b24af

Please sign in to comment.