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 -- 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/020d7442-fa2b-4fec-ab2e-b5e09a421678%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
