Hi,

I have a sample project on git hub (Uses tomee
embedded+arquillian-tomee-embedded+jacacoo for code coverage)
https://github.com/Ravisankar-Challa/tomee_embedded

If you are using arquillian-tomee-remote I guess you have to add
arquillian-jacoco ro get code coverage 

<dependency>
    <groupId>org.jboss.arquillian.extension</groupId>
    <artifactId>arquillian-jacoco</artifactId>
    <version>1.0.0.Alpha8</version>
</dependency>

Thanks,
Ravi



--
View this message in context: 
http://tomee-openejb.979440.n4.nabble.com/TomEE-Code-coverage-with-JACOCO-jacoco-exec-file-does-not-create-tp4679048p4679060.html
Sent from the TomEE Users mailing list archive at Nabble.com.

Reply via email to