Skip to content

cwacek/cobertura-clover-transform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published