Hi Marc, Perfect, thx very much. Andy On Monday, November 7, 2022 at 8:47:17 PM UTC Marc R. Hoffmann wrote:
> 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]. > 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/ea0cc477-3cf0-40dd-95ba-00ac384dfd42n%40googlegroups.com.
