Hello, I have a 2 module project. Code is in both of the modules, but tests for both modules are only in the 2nd one. This results in code from the 1st module, having 0 coverage. Is it possible to cover code with tests which are not in the same module? I have tried all the guides I could find, tried to use a 3rd module just for report aggregation, but this only works if I have code and tests together in their respective modules. which I cant have because my tests arent module specific. Is it just a case of incorrect configuration or am I trying to do the impossible here?
-- 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/7d498057-4565-4195-a75d-1a656390a320n%40googlegroups.com.
