Play framework is joining the Typesafe Stack — More information in the official announcement

Community contributed extensions

Cobertura [cobertura] module

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

cobertura-2.4 ★ Oct 06, 2011 Documentation Download
cobertura-2.3   Sep 21, 2011 Documentation Download
cobertura-2.2   Aug 30, 2011 Documentation Download
cobertura-2.1   Dec 31, 2010 Documentation Download
cobertura-2.0   May 13, 2010 Documentation Download
cobertura-1.2   Apr 11, 2010 Documentation Download
cobertura-1.1   Mar 15, 2010 Documentation Download
cobertura-1.0   Jan 14, 2010 Documentation Download

To install locally this modules 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}

Check the documentation link of each release to check version notes.

Comments

Use this form to discuss about this module. Off-topic comments will be deleted without warning.