Wild guess based on FAQ ( http://www.eclemma.org/jacoco/trunk/doc/faq.html ) "Why does the coverage report not show highlighted source code?" :
- Class files must be compiled with debug information - Source files must be properly supplied at report generation time On Thursday, September 1, 2016 at 8:49:45 PM UTC+2, [email protected] wrote: > > I have started my jetty with jacoco jar and i am able to create code > coverage report. i am able to see only the % of lines covered in my test. > Not able find the which lines in my java method are missed by my testing. > Is there any option to set ? > thanks -- 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/6efb2985-be89-4b3e-a60c-a1d235a9b9f6%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
