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
If that' what you mean, could you clarify if at least there is any way that we can use the Jacoco API to generate such as report by a little bit of programming?\
to solve this problem we currently look into http://www.sonarqube.org/, which seems to use this jacoco feature.
rupert