Hi, No, agent not able to generate report, because most common scenario is to include code of source files into report, and agent inside of running application has no access to them. If you're not interested in source code inside reports, then you can utilize JaCoCo APIs and generate report directly on server.
On Friday, September 18, 2015 at 7:49:10 PM UTC+2, [email protected] wrote: > > 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/a9bcf935-8e66-4402-a317-643e2540c3ea%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
