Cobertura [cobertura] module
This module is for the Play 1.x series only.
Cobertura is a free Java tool that calculates the percentage of code accessed by tests. It can be used to identify which parts of your Java program are lacking test coverage. It is based on jcoverage.
http://github.com/julienba/play-cobertura
Written by Julien Bille.
Published releases
| 2.5 | Mar 11 2012 | Documentation | Download |
| 2.4 | Oct 06 2011 | Documentation | Download |
| 2.3 | Sep 21 2011 | Documentation | Download |
| 2.2 | Aug 30 2011 | Documentation | Download |
| 2.1 | Dec 31 2010 | Documentation | Download |
| 2.0 | May 13 2010 | Documentation | Download |
| 1.2 | Apr 11 2010 | Documentation | Download |
| 1.1 | Mar 15 2010 | Documentation | Download |
| 1.0 | Jan 14 2010 | Documentation | Download |
To install locally this module use the install command:
play install cobertura-{version}
To add this module as dependency of your application, add it to the dependencies.yml file:
require:
- play -> cobertura {version}