Description
This plugin will generate code coverage reports using Cobertura, it is actually a port of the Grails Code Coverage plugin made by Mike Hugo.
Installation
The current version of griffon-code-coverage-plugin is 0.3.1
To install just issue the following command
griffon install-plugin code-coverage
Usage
Using the Code Coverage is very simple, just issue the following command
griffon test-app -coverage
History
| Version | Date | Notes |
|---|---|---|
| 0.3.1 | 10-26-09 | Made sure the plugin works correctly with Griffon 0.2 |
| 0.3 | 09-10-09 | Aligned to latest testing facilities provided by Griffon 0.2.x |
| 0.2.1 | 03-09-09 | Bumped version to be compatible with Griffon 0.1.0 |
| 0.2 | 01-18-09 | Refactored cobertura support, other plugins may now call rely on cobertura |
| 0.1 |


