I have a project like this:

- parent
    |__module_core_library
    |__module_business_logic
    |__module_test

module_test contains all tests and depends on module_core_library and 
module_business_logic. After running tests in module_test, I get reports 
only for classes in module_test. How can I also get coverage report for 
classes in other two modules? It seems jacoco won't generate jacoco.exec 
for modules that have no unit tests.

-- 
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/7b804d8c-8f34-4cf7-808a-d73e002c256a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to