Cobertura report for atoum
Install extension using composer:
composer require --dev jdslv/atoum-report-cobertura
The extension is automatically added to atoum configuration.
Add the following code to your configuration file:
<?php // .atoum.php
$cobertura = new atoum\atoum\reports\cobertura();
$writer = new atoum\atoum\writers\file('./cobertura.xml');
$cobertura->addWriter($writer);
$runner->addReport($cobertura);
jdslv/atoum-report-cobertura
is released under the MIT License.
See the bundled LICENSE file for details.