Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/louisdevie/merge-cobertura
https://github.com/louisdevie/merge-cobertura
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/louisdevie/merge-cobertura
- Owner: louisdevie
- License: mit
- Created: 2024-03-12T20:34:54.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-12T20:43:17.000Z (10 months ago)
- Last Synced: 2024-11-29T08:52:44.857Z (29 days ago)
- Language: Python
- Size: 4.88 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```