Hi Deepak, JaCoCo always records execution data for coverage analysis at runtime.
You can collect execution data from any JVM with the JaCoCo Java agent, see https://www.jacoco.org/jacoco/trunk/doc/agent.html Regards, -marc > On 11. Dec 2025, at 08:00, Deepak R <[email protected]> wrote: > > Hi > > Does Jacoco supports runtime analysis and can this agent be added to our > containerized applications. I want to run the component test on a deployed > application. Cucumber test is written using Java Cucumber framework and i > want to see the coverage of tests on the source code. Did Jacoco supports > this use case > > > Regards > Deepak.R > > -- > 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 visit > https://groups.google.com/d/msgid/jacoco/903cfa12-526b-4e73-a4e9-897a3bdcf761n%40googlegroups.com > > <https://groups.google.com/d/msgid/jacoco/903cfa12-526b-4e73-a4e9-897a3bdcf761n%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 visit https://groups.google.com/d/msgid/jacoco/792888D2-790F-4030-A1F6-FDB9B6204ABE%40mountainminds.com.
