Improve Lombok @Data Code Coverage

In 0.8.0 release, Jacoco added support for filtering out all methods annotated with @lombok.Generated from their reports. The only thing you need to change is to add lombok.config to the root of your project with the following settings: config.stopBubbling = true lombok.addLombokGeneratedAnnotation = true config.stopBubbling = true tells Lombok that this is your root directory … Read more