Thanks for your reply.
I'm using the latest version of jacoco 0.7.9.
I made sure the exec file generated is not empty its around 50MB,
I write the reports to html forms using the lines below:

DumpCoverage cover = new DumpCoverage();
cover.createCoverageDump(tcpserver, port, coverageResultPath + "/" + 
coverageDumpFileName, append, retryCount);

// create the coverage resport
final ReportGenerator generator3 = new ReportGenerator(coverageResultPath, 
coverageDumpFileName, classesDirectory,
   sourcesDirectory);
generator3.create();

Im using jacoco-maven plugin 0.7.9 for writing the reports.

I can get the list of classes and functions, only problem is that it remains 
the same with 0 coverage even after performing some actions on the 
webapplication

This was working before with tomcat 7 previously.

I dont get any sort of warning or error message. Is there any sort of logs I 
can check for it?

Please let me know if there is any compatibility issues with tomcat 8


Thank you,
Angel

-- 
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/155cd685-c1db-4023-a872-cc7ece874088%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to