Hi, (replying to an old post from 2012)
On Monday, November 19, 2012 at 7:44:35 PM UTC+1, judovana wrote: > I was used to call commandline application to merge results from integration > and unit-tests results, and also for generating individual and merged > (xml+html) results. > > I have not found this in jacoco. [...] I had the same problem, and could not find a solution either. A few months after the quoted post, JaCoCo has as open pull request for a CLI tool: https://github.com/jacoco/jacoco/pull/86 but it is unmerged since ~2 years. Being in need of a CLI nonetheless, I threw something together at: https://github.com/quelltextlich/jacoco-toolbox . The jar allows to access JaCoCo's functionality to * merge inputs, and * generate CSV, XML, and HTML reports directly from the command line. Maybe it's useful for other people finding this thread in the future. Have fun, Christian -- 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/09736bb1-5074-49ba-8334-6dc2eee35a91%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
