Skip to content

Commit

Permalink
Make pitest ignore Lombok generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
emlun committed Aug 11, 2017
1 parent 50a1da9 commit 033137f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ configure(subprojects.findAll { it.name != 'u2flib-server-demo' }) {
apply plugin: 'info.solidsoft.pitest'

pitest {
pitestVersion = '1.2.2'
timestampedReports = false
outputFormats = ['XML', 'HTML']
}
Expand Down
2 changes: 2 additions & 0 deletions lombok.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
config.stopBubbling = true
lombok.addLombokGeneratedAnnotation = true

0 comments on commit 033137f

Please sign in to comment.