On Thursday, October 19, 2017 at 3:19:59 PM UTC+5:30, [email protected] wrote: > Hi, > > I'm planning on getting code-coverage for functional ui tests run on an > eclipse-based application. I get the jacoco report file out without any > problems, but in order to get a html report (or integrate with the Jenkins > jacoco plugin) I'll apparently need source code and class files for the > jacoco html report generator (and any others). However the tests are being > run on a system separate from the one actually building the application, so > access to the original source code and the .class-files on disk is not that > easy. > > So I'm wondering wether jacoco supports looking into jar-files for the class > files as well as the source code? That way I could pass the > eclipse-plugin-jars I want coverage data for to the report generator. If this > also works for source code files I could use eclipse-source-bundles for the > latter. > > That way I wouldn't need to figure out how to transport the source and class > files from the system building the application to the one running the tests. > > Andreas
-- *I thought you'd like this : *Indian American Dr. Kiran Patel Pledges $200 Million to Develop Healthcare for Millions of Lives <http://www.indianeagle.com/travelbeats/dr-kiran-patel-pledges-200-million-dollars-nsu-florida/> -----Disclaimer----- This e-mail message is intended only for the use of the individual or entity to which it is addressed, and may contain information that is privileged, confidential and exempt from disclosure under applicable law. If you are not the intended recipient, any dissemination, distribution or copying of this communication is strictly prohibited. Email sent to or from Indian Eagle may be retained as required by law or regulation. -- 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/748216ed-9d41-4863-b097-38e07aad4dee%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
