My project has the following structure as shown below. My integration tests are in module A and it uses classes in other modules. I want JaCoCo to include the code-coverage of the other modules that are executed by module A.
I understand that the plugin can merge reports of other modules, but this is an different scenario. I'm executing the integration-test on module A --------------------------------------------------------------------------------------------------- pom.xml | | -----sub module A - application layer - executable integration-test with submodule B & C | | -----sub module B - business logic - has no integration test | | -----sub module C - business logic - has no integration test -- 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/e43efce9-25df-46fc-9b05-948426a5331fn%40googlegroups.com.
