Luckily, JaCoCo honors Lombok’s @Generated
annotation by ignoring methods annotated with it. We simply have to tell Lombok to add this annotation by creating a file lombok.config
in the main folder of our project with the following content:
Поиск
11 нояб. 2024 г.время чтения ~1 мин.
Luckily, JaCoCo honors Lombok’s @Generated
annotation by ignoring methods annotated with it. We simply have to tell Lombok to add this annotation by creating a file lombok.config
in the main folder of our project with the following content: