How do I get test coverage with Grails?
I wonder if there is a Grails way to find my test coverage in my Grails application?
My app is built using Intelli-J and spock testing.
If there is also a way to show some graphs, that would be great!
+3
roeygol
source
to share
1 answer
There is a Test Code Coverage plugin that will tell you about you, however does not currently support forked mode. Apart from this limitation, this is a very useful plugin.
+4
Joshua moore
source
to share