I am working on getting test coverage from test suits in postman, but jacoco is including reports from dependency jar , only covers the main application.
I have also tried to add the root package at it is the same for main app and the dependency jar below is my VM argument for spring boot application -javaagent:<path-to-application>/src/main/resources/lib/jacocoagent.jar=address=*,port=36320,destfile=jacoco-it.exec,output=tcpserver , includes = com.bhh.* can some one help please? Thanks Tek -- 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/db9eef88-3842-4137-a061-1397e68121f0n%40googlegroups.com.
