I’m using Jacoco 0.8.0 + SpringBoot 2.0.5 + JUnit + Maven)
I want to generate a JaCoCo coverage report. I have two projects, first one is a Java *project*, consisting of *microservices endpoints* (REST), and the second one is a *project that launches requests* to the endpoints from the first project (this project has only test classes). I can check coverage from each project independently, but I want to check coverage from the endpoints project, using the TEST project (which throws requests to the endpoints). How can I do it?. I have created a *multimodule project*, but it doesn.t launch junit tests in *each individual project/module* (so coverage at each one is *0%*) Thank you. -- 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/4d0f88fe-7426-4296-866e-fc31fdbf7d69%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
