I have a multi-module Maven project. Many of the tests are in the conventional directory (src/test/java
) but about 60% are in single module.
By default, Jacoco does not create coverage for those tests.
I'd like the tests in the single module to contribute to coverage.
Nb. We collects coverage in Sonar.