Support code coverage for jar/war deployed by ZipImporter
---------------------------------------------------------
Key: ARQ-1387
URL:
https://issues.jboss.org/browse/ARQ-1387
Project: Arquillian
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: Extension - Jacoco
Affects Versions: jacoco_1.0.0.Alpha5
Environment: jdk 1.7, org.jacoco.core.0.6.2.20130203000
Reporter: Andy Ma
Assignee: Aslak Knutsen
Labels: arquillian-jacoco, jacoco
Fix For: jacoco_1.0.0.Alpha6
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.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: