Replies: 2 comments 1 reply
-
|
Excluding the folder is our current approach, but the infra team has specific requirements which prevents us from using Jacoco exclusions, and thus requires us to exclude the generated classes with an annotation. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
lombok has a way by annotating classes with custom annotation @generated using this flag lombok.addLombokGeneratedAnnotation=true i just checked your PR's and saw @AnnotateWith( MyCustomAnnotation.class ) is coming up in 1.6 how can i use it i don't see it in maven repo |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Original post by @payne911 at issue #1574
@payne911, why not have the generated classes live in a second source-folder which is not analyzed for coverage?
Beta Was this translation helpful? Give feedback.
All reactions