coveralls

Show coverage stats online via coveralls.io

MIT 48 个版本 Python <4.0,>=3.10
Kevin James <coveralls-python@thekev.in>
安装
pip install coveralls
poetry add coveralls
pipenv install coveralls
conda install coveralls
描述

Coveralls for Python

:Test Status:

.. image:: https://img.shields.io/circleci/project/github/TheKevJames/coveralls-python/master.svg?style=flat-square&label=CircleCI
    :target: https://circleci.com/gh/TheKevJames/coveralls-python
.. image:: https://img.shields.io/github/actions/workflow/status/TheKevJames/coveralls-python/test.yml?branch=master&style=flat-square&label=Github%20Actions
    :target: https://github.com/TheKevJames/coveralls-python/actions
.. image:: https://img.shields.io/coveralls/TheKevJames/coveralls-python/master.svg?style=flat-square&label=Coverage
    :target: https://coveralls.io/r/TheKevJames/coveralls-python
.. image:: https://img.shields.io/readthedocs/coveralls-python?style=flat-square&label=Docs
    :target: http://coveralls-python.readthedocs.io/en/latest/

:Version Info:

.. image:: https://img.shields.io/pypi/v/coveralls.svg?style=flat-square&label=PyPI
    :target: https://pypi.org/project/coveralls/
.. image:: https://img.shields.io/conda/v/conda-forge/coveralls?style=flat-square&label=Conda
    :target: https://anaconda.org/conda-forge/coveralls
.. image:: https://img.shields.io/docker/v/thekevjames/coveralls?sort=semver&style=flat-square&label=Dockerhub
    :target: https://hub.docker.com/r/thekevjames/coveralls
.. image:: https://img.shields.io/docker/v/thekevjames/coveralls?sort=semver&style=flat-square&label=Quay
    :target: https://quay.io/repository/thekevjames/coveralls

:Compatibility:

.. image:: https://img.shields.io/pypi/pyversions/coveralls.svg?style=flat-square&label=Python%20Versions
    :target: https://pypi.org/project/coveralls/
.. image:: https://img.shields.io/pypi/implementation/coveralls.svg?style=flat-square&label=Python%20Implementations
    :target: https://pypi.org/project/coveralls/

:Downloads:

.. image:: https://img.shields.io/pypi/dm/coveralls.svg?style=flat-square&label=PyPI
    :target: https://pypi.org/project/coveralls/
.. image:: https://img.shields.io/conda/dn/conda-forge/coveralls?style=flat-square&label=Conda
    :target: https://anaconda.org/conda-forge/coveralls
.. image:: https://img.shields.io/docker/pulls/thekevjames/coveralls?style=flat-square&label=Dockerhub
    :target: https://hub.docker.com/r/thekevjames/coveralls

coveralls.io_ is a service for publishing your coverage stats online. This package provides seamless integration with coverage.py_ (and thus pytest, nosetests, etc...) in your Python projects::

pip install coveralls
coverage run --source=mypkg -m pytest tests/
coveralls

For more information and usage instructions, see our documentation_.

Version Compatibility

As of version 2.0, we have dropped support for end-of-life'd versions of Python and particularly old versions of coverage. Support for non-EOL'd environments is provided on a best-effort basis and will generally be removed once they make maintenance too difficult.

If you're running on an outdated environment with a new enough package manager to support version checks (see the PyPA docs_), then installing the latest compatible version should do the trick automatically! If you're even more outdated than that, please pin to coveralls<2.

If you're in an outdated environment and experiencing an issue, you're welcome to open a ticket -- but please mention your environment! I'm willing to backport fixes to the 1.x branch if the need is great enough.

.. _Docs: http://coveralls-python.readthedocs.io/en/latest/ .. _coverage.py: https://coverage.readthedocs.io/en/latest/ .. _coveralls.io: https://coveralls.io/ .. _documentation: http://coveralls-python.readthedocs.io/en/latest/ .. _the PyPA docs: https://packaging.python.org/guides/distributing-packages-using-setuptools/#python-requires

版本列表
4.1.0 2026-02-28
4.0.2 2025-11-07
4.0.1 2024-05-15
4.0.0 2024-04-29
3.4.0a1 2024-04-26
3.3.1 2021-11-11
3.3.0 2021-11-04
3.3.2a0 2024-04-26
3.2.0 2021-07-20
3.1.0 2021-05-24
3.0.1 2021-03-02
3.0.0 2021-01-12
2.2.0 2020-11-20
2.1.2 2020-08-12
2.1.1 2020-07-08
2.1.0 2020-07-07
2.0.0 2020-04-07
1.11.1 2020-02-15
1.11.0 2020-02-12
1.10.0 2019-12-31
1.9.2 2019-12-03
1.9.1 2019-12-03
1.9.0 2019-12-03
1.8.2 2019-07-29
1.8.1 2019-06-16
1.8.0 2019-06-02
1.7.0 2019-03-20
1.6.0 2019-02-18
1.5.1 2018-09-28
1.5.0 2018-08-31
1.4.0 2018-08-24
1.3.0 2018-03-02
1.2.0 2017-08-16
1.1 2015-10-19
1.0 2015-09-17
1.0b1 2015-08-14
1.0a2 2015-02-19
1.0a1 2015-02-18
0.5 2014-12-10
0.4.4 2014-09-28
0.4.3 2014-09-27
0.4.2 2014-05-05
0.4.1 2014-02-09
0.4 2013-12-28
0.3 2013-10-02
0.2 2013-05-26
0.1.1 2013-02-13
0.1 2013-02-12