Description
Provides code coverage via Atlassian's Clover. This is a direct port of the Grails Clover plugin authored by the Clover team.
Installation
The current version of griffon-clover-plugin is 0.1
To install just issue the following command
Usage
A plugin that integrates Clover into Griffon 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!
History
Version |
Date |
Notes |
|---|---|---|
0.1 |
07-22-10 |
first release |


