Closed Chrimle closed 1 month ago
Is your feature request related to a problem? Please describe. I don't want generated classes to be counted in coverage reports.
Describe the solution you'd like I want the generated classes to have @Generated-annotations.
@Generated
Describe alternatives you've considered Manually adding it, or excluding directories/classes from coverage reports.
Additional context Prefer to use an existing configuration-option to enable this.
No, probably should add support for: additionalModelTypeAnnotations
additionalModelTypeAnnotations
This can be added manually if desired. Although, adding it manually will not have generation-details
Is your feature request related to a problem? Please describe. I don't want generated classes to be counted in coverage reports.
Describe the solution you'd like I want the generated classes to have
@Generated
-annotations.Describe alternatives you've considered Manually adding it, or excluding directories/classes from coverage reports.
Additional context Prefer to use an existing configuration-option to enable this.