cobertura-clover-transform icon indicating copy to clipboard operation
cobertura-clover-transform copied to clipboard

Tools for transforming Cobertura test coverage XML into Clover-style XML

cobertura-clover-transform

A tool for transforming Cobertura test coverage XML created by coverage.py into Clover-style XML which can be displayed by Atlassian Bamboo.

Install

Running

python setup.py install

will install cobertura-clover-transform package and a command-line entry point script with the same name into the current Python environment.

How to run

Easy peasy::

cobertura-clover-transform <xml_file>

The XML

The transform is actually defined using an XSLT, which is stored inside this repository. Feel free to use it for other purposes.