Overview
The Clover-for-Grails plugin allows you to produce Clover code coverage reports from the Grails web application development framework. It provides detailed information to highlight areas of low coverage in your project, helping to guide your unit-testing activities.
Open Source status
This plugin is open source, under the Apache 2.0 license. Source code is available here: https://bitbucket.org/openclover/grails-clover-plugin
Support
- Atlassian Community is the best place to search first
- if you still got stuck, feel free to raise a support ticket
- if you've found a bug or would like to raise a feature request, create new issue in OpenClover's issue tracker
Downloads
The easiest way is to define dependency to "clover" in your application's BuildConfig.groovy file. See installation guide for more details.
The latest binaries can be also downloaded from http://grails.org/plugin/clover page.