Hi, On Saturday, February 9, 2019 at 7:31:52 PM UTC+1, kasper Tvede wrote: > > Hi, > In short, i want to help fixing the issue(s) regarding kotlin inline > functions and code coverage; (https://github.com/jacoco/jacoco/issues/654 > <https://www.google.com/url?q=https%3A%2F%2Fgithub.com%2Fjacoco%2Fjacoco%2Fissues%2F654&sa=D&sntz=1&usg=AFQjCNEffxEdFo3NhwLceo_5Pla2_ITTyA> > ) > > I really like jacoco and the amazing work that is put into it !! > > So after looking a bit into the issue, it seems that the challenge is to > read JSR-45 strata and use that information (correct me if I'm wrong) >
This is correct. Reading of JSR-45 already implemented in https://github.com/jacoco/jacoco/blob/v0.8.3/org.jacoco.core/src/org/jacoco/core/internal/analysis/filter/KotlinInlineFilter.java So the challenge is mainly how to use it. > But then I ask, if anyone could point me in the right direction on where > to "do this" ? > All code is available at https://github.com/jacoco/jacoco/tree/master/org.jacoco.core more precise answer IMO implies knowledge of how exactly implement this. Regards, Evgeny -- You received this message because you are subscribed to the Google Groups "JaCoCo and EclEmma Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jacoco/4767bafa-1c38-4610-9f19-db4f74258ea5%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
