Metadata-Version: 2.1
Name: coverage2clover
Version: 3.2.1
Summary: A tool to convert python-coverage xml report to Atlassian Clover xml report format
Home-page: http://github.com/tumb1er/coverage2clover
Author: tumbler
Author-email: zimbler@gmail.com
License: Beer License
Description: Coverage to Atlassian Clover conversion tool
        ============================================
        
        A tool to convert python-coverage xml report to Atlassian Clover xml report 
        format.
        
        [![Build Status](https://github.com/tumb1er/coverage2clover/workflows/Build/badge.svg?branch=master&event=push)](https://github.com/tumb1er/coverage2clover/actions?query=event%3Apush+branch%3Amaster+workflow%3ABuild)
        [![PyPI version](https://badge.fury.io/py/coverage2clover.svg)](http://badge.fury.io/py/coverage2clover)
        [![Python Versions](https://img.shields.io/pypi/pyversions/coverage2clover.svg)](https://pypi.python.org/pypi/coverage2clover)
        [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
        
        Usage
        -----
        ```sh
        pip install coverage2clover
        
        coverage2clover < coverage.xml > clover.xml
        coverage2clover -i coverage.xml -o clover.xml
        ```
        
        
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Text Processing :: Markup :: XML
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Testing
Requires-Python: >=3.6
Description-Content-Type: text/markdown
