Is there a way to get Phing to output it's coverage report in clover format?
I know phpunit has --coverage-clover but I don't know how to enable this option from Phing.
I do not want to manually use the <exec command - it defeats the point of Phing.
I am using Phing 2.4RC2
Thanks.