Hi Andy,

this absolutely possible. Coverage analysis with JaCoCo is a two step process:

1) Execute some Java program and collect execution data (*.exec files)
2) Generate a coverage report from execution data (one or multiple *.exec files)

This means you can run any number of Java processes before you create a test 
report. In addition there is a “merge” function to consolidate multiple *.exec 
files in a single one.

Regards,
-marc

> On 7. Nov 2022, at 17:00, 'Andrew Hewitt' via JaCoCo and EclEmma Users 
> <[email protected]> wrote:
> 
> Hi there, Just started using this tool and really finding it useful. I wanted 
> to ask whether the tool, could be made capable of compounding coverage 
> results. I have a set of java packages and multiple programs in those 
> packages, but nothing uses all the packages at once and some programs have 
> modes of operation, which only use half of the functionality.
> 
> Regards
> Andy
> 
> -- 
> 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/1fa6de01-cbcd-45b2-a38b-a410f708ebedn%40googlegroups.com
>  
> <https://groups.google.com/d/msgid/jacoco/1fa6de01-cbcd-45b2-a38b-a410f708ebedn%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/52089BD2-02EB-449B-A928-6E2422C0C3CC%40mountainminds.com.

Reply via email to