JaCoCo version: 0.7.9
Operating system: Ubuntu 16.04
Tool integration: Maven
Project setup:
root
|- entity module
|- logic module with unit tests
|- rest module
|- client with integration tests
every module calls the maven goals prepare-agent and report.
Then the last module client, calls the report-aggregate.
Expected behaviour
Coverage is generated from all modules
Actual behaviour
only the entity module is covered, rest is only covered when unit tests cover the code