How to get the test coverage using Grails?

656 Views Asked by At

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!

1

There are 1 best solutions below

1
Joshua Moore On BEST ANSWER

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.