On Friday, September 2, 2016 at 12:50:57 AM UTC-3, [email protected] wrote: > Thanks Marc for the reply. > > I didn't understand API. > So JaCoCo can never be used standalone like Emma for complete Unit testing > and Coverage report generation? > > On Thursday, September 1, 2016 at 7:54:55 PM UTC+5:30, Marc R. Hoffmann wrote: > > Hi, > > > > JaCoCo does not have a command line tool for report generation. There is > > > > - Ant > > - Maven > > - API > > > > and various 3rd-party integrations. > > > > Regards, > > -marc > > > > On 01.09.16 14:38, [email protected] wrote: > > > Hi, > > > I want to use JaCoCo with makefile. > > > Currently I have used JaCoCoagent.jar with source code and got the > > > jacoco.exec. > > > > > > How do i generate the jacoco coverage report using command line options > > > like emma . > > > Emma gives simple command line options to generate the reports. > > > Does Jacoco also support? > > > > > > > > > Please help > > > > > > > > > Regards > > > Anushree > > >
Anushree, Some time ago I wrote a general purpose script for easily instrument source folders with JaCoCo. Is a simple bash script and a Ant build file. You can find the files here: https://gist.github.com/andrioli/d7faee5cef5776abe367 Regards -- 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/da6bc6f2-e1a4-446c-9717-ecfbe830c025%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
