Configure cobertura to ignore certain blocks of code
From what I have read from above question, there's no way in Cobertura to exclude given code part from being tested versus having coverage in tests.
Is that true? / Is it possible in any simmilar tool?
I'm usuing Lombok annotations @Getter
, @Setter
and so on, which are great, but they result in being 'red' in coverage report, even if I'm testing getter and setter methods. - I would like to do something with that... Is there any way to fix this?