Groovy has done a lot of work recently to mark generated methods with an @Generated annotation. We have other generated methods which are synthetic methods. I know JaCoCo has been making changes to ensure that such methods aren't included in coverage analysis. I am not sure whether Cobertura has done any updates along those lines. It did appear for a while that activity on Cobertura was decreasing but I notice there was some activity a few months ago. It is perhaps worth asking that community about whether they have or can consider making similar changes, otherwise perhaps switching to JaCoCo might be the way to go.
Cheers, Paul. On Fri, Jun 21, 2019 at 3:02 AM Sean LeBlanc <sean.lebl...@icd-tech.com> wrote: > What are people using currently to get accurate code coverage from > new(ish) versions of Groovy? We are on 2.4.10 and I see similar issues as > what this thread is talking about: > > > > https://github.com/cobertura/cobertura/issues/184 > > > > > > > > Does anyone have good experiences with getting more accurate code coverage > numbers with Groovy > 2.0.8? And what route did you take? >