Jacoco code coverage for remote machine
问题 I tried to find this answer but hardly found it anywhere. I am doing the API testing, In process I need to call the rest API from my local machine. local machine contains the maven project and a framework to call respective rest API. I need to check the code coverage of remote Rest API and form a report based on the code coverage. please help, how to do that? Note: I found this link useful but it does not elaborate clearly on what to do? http://eclemma.org/jacoco/trunk/doc/agent.html 回答1: you