Just wondering if anyone has successfully setup code coverage via Clover with
more than one Test task.
I've successfully adapted the Clover example from the Gradle cookbook to work
with Griffon's test task (due to custom sourceSets) however I haven't figured
out yet how to obtain coverage for a custom Test task (like intTest from the
Gradle user guide) without:
a) inadvertently wiping out the clover database
b) adding superfluous dependencies to the default Test task
Any help is appreciated
TIA
Andres