Re: [java code coverage] Code Coverage from Multiple .ec files

2019-05-03 Thread Marc Hoffmann
Please understand that the JaCoCo integration for Gradle and Andoid SDK is developed by the respective projects itself. For support please contact these projects. > On 3. May 2019, at 09:29, Khorrom Khan wrote: > > Thank you for your prompt response. I am testing the instrumented .apk using

Re: [java code coverage] Code Coverage from Multiple .ec files

2019-05-03 Thread Khorrom Khan
Thank you for your prompt response. I am testing the instrumented .apk using an automated test generation tool which is written in python. For each testcase the tool is generating an .ec file. Instead of generating multiple .ec files, how can I generate one combined .ec file? Is it possible to add

Re: [java code coverage] Code Coverage from Multiple .ec files

2019-05-02 Thread Marc Hoffmann
There is. Look for “merge" tasks/goals in the documentation: https://www.jacoco.org/jacoco/trunk/doc/index.html Also some implementations like the Ant task can directly process multiple exec files as input. Regards, -marc > On 3. May 2019, at 08:24, khorrom.k...@gmail.com wrote: > > Is there

[java code coverage] Code Coverage from Multiple .ec files

2019-05-02 Thread khorrom . khan
Is there any way to get combined code coverage from multiple .ec files. I saw there is a way to merge multiple .exec files. How can I merge .ec files? Than you! -- You received this message because you are subscribed to the Google Groups "JaCoCo and EclEmma Users" group. To unsubscribe from