I want to add, I also checked the session link, the dependency jar classes are listed there, but not in test coverage report, event hough the test did execute those classes.
looking to hearing from you. thanks Tek On Friday, November 17, 2023 at 3:10:54 PM UTC-5 Teklemariam Teweldebirhan wrote: > > 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/fd820078-7d5c-43de-ba8a-14eea36af5f5n%40googlegroups.com.
