Hi,

You probably don't need an Eclipse for such automation, but a build 
automation tool such as Ant, Maven, Gradle, etc. EclEmma Eclipse Plugin is 
based on JaCoCo code coverage library and as stated on 
http://www.eclemma.org/ - "Eclipse integration has its focus on supporting 
the individual developer in an highly interactive way. For automated builds 
please refer to JaCoCo documentation for integrations with other tools." 
There is Ant Tasks ( http://www.jacoco.org/jacoco/trunk/doc/ant.html ), 
Maven Plugin ( http://www.jacoco.org/jacoco/trunk/doc/maven.html ), APIs 
for custom integrations ( 
http://www.jacoco.org/jacoco/trunk/doc/api/index.html ) , not yet released 
Command Line Interface ( see 
http://www.jacoco.org/jacoco/trunk/doc/cli.html ), Gradle plugin ( 
https://docs.gradle.org/current/userguide/jacoco_plugin.html ) , etc ( 
http://www.jacoco.org/jacoco/trunk/doc/integrations.html ).

On Monday, June 12, 2017 at 8:56:48 AM UTC+2, abhay.iy...@gmail.com wrote:
>
> Hi,
> I'm trying to automate the execution of the coverage tool in eclipse but 
> I'm not sure what commands would be needed to automate this process.
> So what the commands must do:
> ->Open eclipse
> ->Run the coverage tool on a class
> ->export coverage report in csv format to a specified location
> Is it possible to run such a process from the command prompt?

-- 
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 jacoco+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jacoco/70136503-8baf-40c1-8ae0-be66774c0a87%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to