[arquillian-issues] [JBoss JIRA] (ARQ-1531) Implement code coverage integration with emma into Droidium container

Aslak Knutsen (JIRA) jira-events at lists.jboss.org
Wed Oct 9 07:36:02 EDT 2013


    [ https://issues.jboss.org/browse/ARQ-1531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12812634#comment-12812634 ] 

Aslak Knutsen commented on ARQ-1531:
------------------------------------

Annotation driven CodeCoverage doesn't make any sense to me. Code coverage is a 'report' you run when you need to, not something you program. 

Emma (the old) is close to impossible to extend. A better option would be Jacoco (the Emma Eclipse Plugins guys rewrite of Emma). It would be great if this could reuse the Arquillian Jacoco Extension. Simply add it to ClassPath and you're good to go.
                
> Implement code coverage integration with emma into Droidium container
> ---------------------------------------------------------------------
>
>                 Key: ARQ-1531
>                 URL: https://issues.jboss.org/browse/ARQ-1531
>             Project: Arquillian
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: Extension - Droidium
>    Affects Versions: 1.0.0.Alpha2
>            Reporter: Stefan Miklosovic
>
> It is necessary to integrate some code coverage tooling into Droidium in order to get first class code coverage reports for your Android native applications when they are exercising with WebDriver tests.
> It is needed to investigate how automatic code coverage could be implemented, very superficialy, a user should be good this putting @CodeCoverage on test class and all fancy reports should be found in target.
> Resource: http://dtmilano.blogspot.cz/2011/11/obtaining-code-coverage-of-running.html

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