jdslv/atoum-report-cobertura

Cobertura report for atoum

1.1.0 2021-08-02 23:20 UTC

This package is auto-updated.

Last update: 2024-04-19 15:18:06 UTC


README

Cobertura report for atoum

GitLab Latest stable version Build status Coverage status Minimal PHP version License

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.

atoum