jdslv/atoum-report-cobertura

Cobertura report for atoum

Installs: 3 861

Dependents: 4

Suggesters: 0

Security: 0

Stars: 0

Forks: 0

pkg:composer/jdslv/atoum-report-cobertura

1.2.0 2025-02-02 13:10 UTC

This package is auto-updated.

Last update: 2025-09-30 13:30:19 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