Sign in to edit and +1 items.
Login required
Download

Clover Code Coverage for Grails

(1)
Author(s) Atlassian
Current Release 3.1.3   (4 months ago)
Grails Version 1.2.* > *
Tags
Dependency
compile ":clover:3.1.3"
Last updated by npellow 2 years ago
Getting started with Clover for Grails is a no-brainer:
  1. grails install-plugin clover
2. grails test-app -clover.on -clover.view

Further instructions on using Clover for Grails check out the Online Documentation

Last updated by burtbeckwith 11 months ago
A plugin that integrates Clover into Grails projects. Clover is a Code Coverage tool that produces beautiful reports which are highly configurable and extensible. Clover not only reports which lines of code were executed during a test run, it also reports which tests hit which lines of code. Clover's reports include:
  • Tag Clouds of your entire project that compare Complexity with Coverage
  • A TreeMap to visualise the most complex, uncovered areas of your project
  • Fully Cross Referenced HTML view of your source code
  • Much more: See http://atlassian.com/clover
  • Test Optimization coming soon!
  • See the official guide for more info
Last updated by admin 2 years ago
Last updated by npellow 2 years ago