vote up 2 vote down star

I'm trying to get the grails code coverage plugin to work based on these directions: http://www.grails.org/Test+Code+Coverage+Plugin

I did: grails install-plugin code-coverage

Then: grails test-app

Based on that I expect to see a tests/report/cobertura directory, but I don't see anything inside my project after running "grails test-app".

I've got grails 1.1 installed and created a new application. Do I need to do anything else to see these reports? Are there better instructions anywhere?

Thanks

flag

1 Answer

vote up 3 vote down check

You must use "grails test-app -coverage" to generate the coverage reports.

link|flag
Any ideas on how to turn this on by default? – Peter Aug 21 at 2:57

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.