Hi,

JaCoCo has no idea about your test suites. In any case you need to trigger 
execution data dumps after each test suite. The typical way to do this is to 
run the JaCoCo agent in tcpserver mode and request dumps after each test suite 
(and generate a separate report of course).

Regards,
-marc


> On 18. Dec 2019, at 09:20, [email protected] wrote:
> 
> 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
> 
> -- 
> 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] 
> <mailto:[email protected]>.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/jacoco/8c9288c8-d9b8-4edc-9e35-8d5a991f1327%40googlegroups.com
>  
> <https://groups.google.com/d/msgid/jacoco/8c9288c8-d9b8-4edc-9e35-8d5a991f1327%40googlegroups.com?utm_medium=email&utm_source=footer>.

-- 
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/ECB33A5F-5806-4F65-B4E1-302DB71BFF1B%40mountainminds.com.

Reply via email to