I am trying to measure code coverage of remote web service. Using dump goal, I'm getting execution dump from server to client(i.e. application triggering test cases) . Also report is getting displayed.
The report shows zero test coverage and in session tab I'm getting list of classes from remote web service. So, classes being tested are enlisted in report. As, I am new to JACOCO, I have few basic questions to ask. 1. Logically its impossible to get source attached to remote classes enlisted in session. But still, is there such provision? 2. Why I'm getting zero test coverage? jacoco.exec seems fine at server end. I read few posts earlier, as I was facing issue of linking source to class and at that time too I was getting zero test coverage. Is this a similar issue. Please guide me to resolve these issue. If anyone want more explanation, plz let me know. Thanks in advance :-) -- 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/56750116-dc1d-4ac4-9017-c44cfb7426ab%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
