[
https://issues.jboss.org/browse/ARQ-1319?page=com.atlassian.jira.plugin.s...
]
Aris Tzoumas commented on ARQ-1319:
-----------------------------------
Jacoco records coverage data successfully. Coverage data is collected in file
{code}${basedir}/target/jacoco.exec{code}
Jacoco's Maven plugin _report_ goal works only for *single module* projects.
To generate a coverage report for Warp's functional tests we need to use jacoco's
Ant ReportTask. You can find a sample configuration here:
https://github.com/atzoum/arquillian-extension-warp/commit/b31e96cb8f52f9...
Warp: Jacoco support
--------------------
Key: ARQ-1319
URL:
https://issues.jboss.org/browse/ARQ-1319
Project: Arquillian
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: Extension - Warp
Reporter: Lukáš Fryč
Fix For: warp_1.0.0.Beta1
Attachments: warp-jacoco.png
The support for CommandService was committed in ARQ-1027, which enabled us to run
{{arquillian-extension-jacoco}}.
However as report from the Warp's build shows, the reporting isn't successful -
report doesn't seem to contain any hits.
We need to investigate and once ready, we should use
[{{check}}|http://www.eclemma.org/jacoco/trunk/doc/check-mojo.html] goal to be sure that
coverage is reported successfully from Warp's tests.
--
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