Currently I am use JaCoCo for functional test coverage. I add javaagent into the JVM in order to do on-the-fly instrumentation and the output is tcpserver. I dump the exec file and then download all source code to do a compile and then download jacoco again So I can start to generate the final coverage report.
But all exec file, classes file and jacocoagent are already in Application Server. Instead of only dump exec from server and do the same, is there any way I can get the final coverage report directly from the application server? Why do we need that exec dump file? Why don't we get the report directly? Thanks, Vincent -- 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/4f2378d0-1ba1-4bba-ba64-9f82b474709f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
