-
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.
The release has to be out this week.
You will be able to give exec files like: **.exec,
classdirs like: **/classes, **/otherclasses
srcdirs like: **/src, **/sources, **/srcfiles