chdavi / cobertura-clover-transform

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cobertura-clover-transform

A tool for transforming Cobertura test coverage XML created by [coverage.py](http://nedbatchelder.com/code/coverage/) into Clover-style XML which can be displayed by [Atlassian Bamboo](https://www.atlassian.com/software/bamboo).

Install

Running

`sh 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.

About

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

License:MIT License


Languages

Language:XSLT 64.7%Language:Python 35.3%