Metadata-Version: 1.1
Name: codacy-coverage
Version: 1.2.1
Summary: Codacy coverage reporter for Python
Home-page: https://github.com/codacy/python-codacy-coverage
Author: Codacy
Author-email: team@codacy.com
License: MIT
Description: python-codacy-coverage
        ======================
        
        Credits to Ryan for creating this! Python coverage reporter for Codacy https://www.codacy.com
        
        .. image:: https://api.codacy.com/project/badge/grade/3a8cf06a9db94d0ab3d55e0357bc8f9d
           :target: https://www.codacy.com/app/Codacy/python-codacy-coverage
           :alt: Codacy Badge
        .. image:: https://api.codacy.com/project/badge/coverage/3a8cf06a9db94d0ab3d55e0357bc8f9d
           :target: https://www.codacy.com/app/Codacy/python-codacy-coverage
           :alt: Codacy Badge
        .. image:: https://circleci.com/gh/codacy/python-codacy-coverage.png?style=shield&circle-token=:circle-token
           :target: https://circleci.com/gh/codacy/python-codacy-coverage
           :alt: Build Status
        .. image:: https://badge.fury.io/py/codacy-coverage.svg
           :target: https://badge.fury.io/py/codacy-coverage
           :alt: PyPI version
           
        Setup
        -----
        
        Codacy assumes that coverage is previously configured for your project.
        
        To generate the required coverage XML file, calculate coverage for your project as normal, by running:
        
        ``coverage xml``
        
        Install codacy-coverage
        ~~~~~~~~~~~~~~~~~~~~~~~
        
        You can install the coverage reporter by running:
        
        ``pip install codacy-coverage``
        
        Updating Codacy
        ---------------
        
        To update Codacy, you will need your project API token. You can find the token in Project -> Settings -> Integrations -> Project API.
        
        Then set it in your terminal, replacing %Project_Token% with your own token:
        
        ``export CODACY_PROJECT_TOKEN=%Project_Token%``
        
        Next, simply run the Codacy reporter. It will find the current commit and send all details to your project dashboard:
        
        ``python-codacy-coverage -r coverage.xml``
        
Keywords: development coverage
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
