Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/louisdevie/merge-cobertura


https://github.com/louisdevie/merge-cobertura

Last synced: 21 days ago
JSON representation

Awesome Lists containing this project

README

        

# merge-cobertura
[![PyPI Version](https://img.shields.io/pypi/v/merge-cobertura)](https://pypi.org/project/merge-cobertura/0.0.1/)
![Works with codecov](https://img.shields.io/badge/works%20with-codecov-_?color=%23FF0077)

A CLI tool to merge multiple coverage reports in cobertura XML format.

Example usage:
```bash
merge-cobertura report1.xml report2.xml ... > output.xml
```