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.
- 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.
- pytest-cov
- requests
- GitPython (Optional, for auto detecting some meta data)
You can install "pytest-codecov" via pip from PyPI:
$ pip install pytest-codecov
- 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.
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.
Distributed under the terms of the MIT license, "pytest-codecov" is free and open source software
If you encounter any problems, please file an issue along with a detailed description.