By bloid
via piragua.com
Published: Jan 28 2008 / 15:31
I’ve always liked having code coverage reports to help me find branches of code that aren’t being tested. On the past couple of Java projects I’ve worked on we used Ant and Cobertura to generate those reports. It turns out that compiled Groovy code can also be instrumented by Cobertura. That got me to thinking about how this could be done on a Grails application.
SaveShareSend
Tags: frameworks, groovy
Add your comment