I wonder if there's a Grails way to find my test coverage in my Grails application?
My app is built using Intelli-J and spock testing.
If there's also a way to show some graphs it would be great!
I wonder if there's a Grails way to find my test coverage in my Grails application?
My app is built using Intelli-J and spock testing.
If there's also a way to show some graphs it would be great!
There is the Test Code Coverage plugin that will report coverage for you, however it currently does not support forked mode. Aside from that limitation it's a very useful plugin.