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