Hello, I have a project with multi module
PARENT module | | ------WAR module | | ------BUSINESS module When I run a junit test inside the WAR module. I get the coverage report only for classes which are inside the WAR module. Is there a way to tell jacoco to take into account classes which are in the Business module ? I use sonnar runner to display the code coverage and our client want a coverage of at least 30%, but most of the code which in the business module appear to no be covered :( 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/7cb73379-dea2-433a-9cef-b07663880260%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
