-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Blocker
-
Resolution: Fixed
-
Component/s: jacoco-plugin
-
Labels:None
-
Similar Issues:
Jacoco plugin does not handle correctly cases where there is a single jacoco.exec, and we want reports to include sources and classes from other modules.
It's often the case when we want "integration test coverage", as opposed to "unit test coverage": tests are externalized from modules and we want an overall coverage rather than a module-based one.
This is the same level of configuration as Sonar.
This sample job configurations shows what I'd like to configure (single report for all coverage in the project), and shows how it fails (0 coverage, unable to drill-down into classes).
It used to work better with XML reports and 1.0.2 (I could see coverage statistics, but no drill-down).