Skip to content

Latest commit

 

History

History
87 lines (58 loc) · 2.63 KB

README.rst

File metadata and controls

87 lines (58 loc) · 2.63 KB

pytest-codecov

PyPI version Python versions Tests Codecov.io

Pytest plugin for uploading pytest-cov results to codecov.io


This pytest plugin was generated with Cookiecutter along with @hackebrot's cookiecutter-pytest-plugin template.

Features

  • Uploads coverage results to codecov.io at the end of the tests.
  • Detects current project slug, branch and commit using GitPython, when installed and running inside a git repository.

Requirements

Installation

You can install "pytest-codecov" via pip from PyPI:

$ pip install pytest-codecov

Usage

  • Add --codecov to pytest arguments to enable upload
  • Supply your Codecov token either through --codecov-token= or CODECOV_TOKEN environment variable. Refer to your CI's documentation to properly secure that token.

Contributing

Contributions are very welcome. Tests can be run with tox, please ensure the coverage at least stays the same before you submit a pull request.

License

Distributed under the terms of the MIT license, "pytest-codecov" is free and open source software

Issues

If you encounter any problems, please file an issue along with a detailed description.