I created a lombok.config
file in my root directory with the following content:
config.stopBubbling = true
lombok.addLombokGeneratedAnnotation = true
But the Lombok generated codes (Getters, Setters, Builders, etc) still appears on my Jacoco test report.
Jacoco version is 0.8.6 and Lombok version is 1.18.12.
How can I remove Lombok code from reports?