Skip to content

[Question] Ignore lombok annotations #151

@robertop87

Description

@robertop87

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions