Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
src | 2010-06-09 | ||
build.properties | 2010-06-09 | 753 Bytes | |
build.xml | 2010-06-09 | 4.7 kB | |
build_with_specific_data_file.xml | 2010-06-09 | 4.3 kB | |
README | 2010-06-09 | 452 Bytes | |
Totals: 5 Items | 10.1 kB | 0 |
This directory contains a simple example of using Cobertura to instrument an application and generate coverage reports. To run the example: ant The application and its tests will be compiled, Cobertura will instrument the application, the instrumented application will then be tested, and a Cobertura report produced in HTML and XML. The Cobertura reports can be found in: reports/cobertura-html/index.html reports/cobertura-xml/coverage.xml