[arquillian-issues] [JBoss JIRA] (ARQ-1387) Support code coverage for jar/war deployed by ZipImporter

Andy Ma (JIRA) jira-events at lists.jboss.org
Sun May 12 21:50:06 EDT 2013


Andy Ma created ARQ-1387:
----------------------------

             Summary: 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


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: http://www.atlassian.com/software/jira


More information about the arquillian-issues mailing list