It still would be nice to be able to plug into JaCoCo's report runner and re-analyse the merged .exec files during the analysis or offline. Has anyone done any maven or Java work on this?
I know there was a pull request created with this feature long ago but not sure what happened to the feature if it found its way into JaCoCo, see https://github.com/jacoco/jacoco/pull/97. Honestly I think the append property is partially useful, as it helps merge the exec files but not update the reports to reflect just that? Any other ideas to merge it will be great, I did see the one where Ant tasks are used but I find it too verbose for a pom.xml file. On Friday, 25 October 2013 03:42:47 UTC+1, [email protected] wrote: > > Hi All, > > I'm running multiple sets of test cases on a single package. As expected, > after running Jacoco , it generates an individual report for each set. > However I would like to find a way to aggregate the generated report > files, in that I can have a final report including the coverage percentage > for all of the test cases, so that I can tell which test case has a better > coverage for the package. Is there any way that I can do this? > > Thanks in advance > -- 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/e0107834-354d-49c5-b9fc-28acbb7d871c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
