Unable to get coverage data when jacoco configured with jetty server
104 views
Skip to first unread message
Harish Gautham
unread,
Mar 13, 2018, 2:32:26 AM3/13/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to JaCoCo and EclEmma Users
Hi
Am trying to get jacoco code coverage for application running on jetty server[Docker Image]
We have docker container for our application and we pull the image of that application [running using jetty server] .. Am trying to get the code coverage configured for our application.. however i see the jacoco.exec getting generated with no data in it...
this is how i start the jetty server with the jacocoagent mentioned in the start command....