This content has been marked as final.
Show 3 replies
-
1. Re: Configure Location of jacoco.exec File with JaCoCo Extensions
Aslak Knutsen Sep 19, 2012 4:26 AM (in response to Bryan Saunders)1 of 1 people found this helpfulThis is currently hardcoded. please file a Jira: https://issues.jboss.org/browse/ARQ on the "Extension - Jacoco" component.
If you want to have a go at it, the variable is set here:
And this is a example of using the "extension" element from arquillian.xml:
-
2. Re: Configure Location of jacoco.exec File with JaCoCo Extensions
Bryan Saunders Sep 19, 2012 8:41 AM (in response to Aslak Knutsen)Thanks Aslak, Shortly after we posted the thread my Colleague forked the code and patched it to do what we needed it to do. He filled on issue on the extensions GitHub yesterday afternoon with the changes, and I filed JIRA #ARQ-1114 this morning linking to it.
-
3. Re: Configure Location of jacoco.exec File with JaCoCo Extensions
Aslak Knutsen Sep 19, 2012 8:46 AM (in response to Bryan Saunders)awesome.. see it! Thank you
I'm doing things in the wrong order today it seems