-
Feature Request
-
Resolution: Done
-
Major
-
jacoco_1.0.0.Alpha5
If deployed with ZipImporter like:
ShrinkWrap.create(ZipImporter.class, name)
.importFrom(new File(MODULE_PATH + "/" + name)).as(WebArchive.class);
the code coverage of imported archive can not be reported.