Hi,
My application is using JBoss and the way Jacoco is integrated is integrating Java Agent inside start.bat file. Our scenario is that Jenkins runs some particular test suites which itself comprises of many UI, SoapUI, Junit tests. The end report is very big and hard to segregate on basis of test suites/tests. One way I thought to deal with this is to make append parameter false, but this would require major changes from Jenkins side, separating thousand of tests into Jenkins jobs. I also considered to hack a separate custom code coverage tool but it will take time and god knows the risk behind instrumentation. Could you suggest an efficient way to achieve this ?
Thanks,
H