Hi IK,

you can run your application with code coverage from the command line using the JaCoCo agent, see http://www.eclemma.org/jacoco/trunk/doc/agent.html

For report generation we do not (yet) have a command line option. You may use the Maven or Ant integration.

Best regards,
-marc



On 27.04.14 08:49, Ina Krazosi wrote:
I'm trying to move from Emma to JaCoCo. For reasons beyond the scope of this message, I need to use it from the command line. Right now, I'm doing the standard



java -cp $emmajar emma instr ...
java ... # run tests normally
java -cp $emmajar emma report ...

How can I achieve the same results with jacoco?

Thanks,

IK
--
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]>.
For more options, visit https://groups.google.com/d/optout.

--
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].
For more options, visit https://groups.google.com/d/optout.

Reply via email to