jdslv / atoum-report-cobertura
Cobertura report for atoum
1.2.0
2025-02-02 13:10 UTC
Requires
- php: ^8.1
- ext-xdebug: *
- ext-xml: *
- atoum/atoum: ^4.0
- atoum/reports-extension: ^4.0
Requires (Dev)
README
Cobertura report for atoum
Install it
Install extension using composer:
composer require --dev jdslv/atoum-report-cobertura
The extension is automatically added to atoum configuration.
Use it
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);
License
jdslv/atoum-report-cobertura
is released under the MIT License.
See the bundled LICENSE file for details.