-
Notifications
You must be signed in to change notification settings - Fork 50
Open
Description
Hi there,
Currently I'm using this awesome cobertura plugin, in the coverage results I have the lombok annotation @EqualsAndHashCode marked as un covered.
I have my cobertura task configured like this:
cobertura {
coverageIgnoreTrivial = true
coverageIgnoreMethodAnnotations = [ "lombok.EqualsAndHashCode" ]
}
But the marked still in my reports, do you have any idea how to skip the lombok annotations?
Thanks in advanced
Metadata
Metadata
Assignees
Labels
No labels