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
I didn't understand API.
So JaCoCo can never be used standalone like Emma for complete Unit testing and Coverage report generation?
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
That would perhaps be a workaround that is easier to maintain and acceptable if few people use the command line?
(I tried to post this before, but it seems that failed.)
Thanks
Anushree