Hi,

You can either extract class files from your Docker image - please refer to 
Docker documentation about how to do this, or you can preserve them during 
construction of image for later use.


On Monday, October 1, 2018 at 10:42:34 AM UTC+2, 
[email protected] wrote:
>
> Hi All,
>
> I am using docker to run my application which is spring boot restful 
> webservice.
>
> Can i use jacoco to fetch report after manual/automation test finish to 
> check how much code we are hitting via QA team.
>
> I started docker container via passing 
> JAVA_OPTS=-javaagent:/opt/jacoco/lib/jacocoagent.jar=output=tcpserver,address=*,port=6300
>  
> . 
>
> and i can connect to via jacococli to get dump 
>
> java -jar /opt/jacoco/lib/jacococli.jar dump --address localhost 
> --destfile /tmp/jacoco.exec
>
> now geting report out of dump file i need to pass classfile also but hence 
> i am running images how i can pass class files.
>
> If my question is not clear let me know i will try to put it in other way 
> i need to resolve same on high priority, Thanks.
>
>

-- 
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/a2388f67-ae6d-4fde-b71b-d96676cd1956%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to