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
Raw data
{
"_id": null,
"home_page": "http://github.com/TheKevJames/coveralls-python",
"name": "coveralls",
"maintainer": null,
"docs_url": null,
"requires_python": "<3.13,>=3.8",
"maintainer_email": null,
"keywords": null,
"author": "Kevin James",
"author_email": "coveralls-python@thekev.in",
"download_url": "https://files.pythonhosted.org/packages/97/14/7906489e8b225cfd9e667da2d424cdf92e4f93a19358587cf83960c80a25/coveralls-4.0.0.tar.gz",
"platform": null,
"description": "Coveralls for Python\n====================\n\n:Test Status:\n\n .. image:: https://img.shields.io/circleci/project/github/TheKevJames/coveralls-python/master.svg?style=flat-square&label=CircleCI\n :target: https://circleci.com/gh/TheKevJames/coveralls-python\n .. image:: https://img.shields.io/github/actions/workflow/status/TheKevJames/coveralls-python/test.yml?branch=master&style=flat-square&label=Github%20Actions\n :target: https://github.com/TheKevJames/coveralls-python/actions\n .. image:: https://img.shields.io/coveralls/TheKevJames/coveralls-python/master.svg?style=flat-square&label=Coverage\n :target: https://coveralls.io/r/TheKevJames/coveralls-python\n .. image:: https://img.shields.io/readthedocs/coveralls-python?style=flat-square&label=Docs\n :target: http://coveralls-python.readthedocs.io/en/latest/\n\n:Version Info:\n\n .. image:: https://img.shields.io/pypi/v/coveralls.svg?style=flat-square&label=PyPI\n :target: https://pypi.org/project/coveralls/\n .. image:: https://img.shields.io/conda/v/conda-forge/coveralls?style=flat-square&label=Conda\n :target: https://anaconda.org/conda-forge/coveralls\n .. image:: https://img.shields.io/docker/v/thekevjames/coveralls?sort=semver&style=flat-square&label=Dockerhub\n :target: https://hub.docker.com/r/thekevjames/coveralls\n .. image:: https://img.shields.io/docker/v/thekevjames/coveralls?sort=semver&style=flat-square&label=Quay\n :target: https://quay.io/repository/thekevjames/coveralls\n\n:Compatibility:\n\n .. image:: https://img.shields.io/pypi/pyversions/coveralls.svg?style=flat-square&label=Python%20Versions\n :target: https://pypi.org/project/coveralls/\n .. image:: https://img.shields.io/pypi/implementation/coveralls.svg?style=flat-square&label=Python%20Implementations\n :target: https://pypi.org/project/coveralls/\n\n:Downloads:\n\n .. image:: https://img.shields.io/pypi/dm/coveralls.svg?style=flat-square&label=PyPI\n :target: https://pypi.org/project/coveralls/\n .. image:: https://img.shields.io/conda/dn/conda-forge/coveralls?style=flat-square&label=Conda\n :target: https://anaconda.org/conda-forge/coveralls\n .. image:: https://img.shields.io/docker/pulls/thekevjames/coveralls?style=flat-square&label=Dockerhub\n :target: https://hub.docker.com/r/thekevjames/coveralls\n\n`coveralls.io`_ is a service for publishing your coverage stats online. This\npackage provides seamless integration with `coverage.py`_ (and thus ``pytest``,\n``nosetests``, etc...) in your Python projects::\n\n pip install coveralls\n coverage run --source=mypkg -m pytest tests/\n coveralls\n\nFor more information and usage instructions, see our `documentation`_.\n\nVersion Compatibility\n---------------------\n\nAs of version 2.0, we have dropped support for end-of-life'd versions of Python\nand particularly old versions of coverage. Support for non-EOL'd environments\nis provided on a best-effort basis and will generally be removed once they make\nmaintenance too difficult.\n\nIf you're running on an outdated environment with a new enough package manager\nto support version checks (see `the PyPA docs`_), then installing the latest\ncompatible version should do the trick automatically! If you're even more\noutdated than that, please pin to ``coveralls<2``.\n\nIf you're in an outdated environment and experiencing an issue, you're welcome\nto open a ticket -- but please mention your environment! I'm willing to\nbackport fixes to the 1.x branch if the need is great enough.\n\n.. _Docs: http://coveralls-python.readthedocs.io/en/latest/\n.. _coverage.py: https://coverage.readthedocs.io/en/latest/\n.. _coveralls.io: https://coveralls.io/\n.. _documentation: http://coveralls-python.readthedocs.io/en/latest/\n.. _the PyPA docs: https://packaging.python.org/guides/distributing-packages-using-setuptools/#python-requires\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Show coverage stats online via coveralls.io",
"version": "4.0.0",
"project_urls": {
"Changelog": "https://github.com/TheKevJames/coveralls-python/blob/master/CHANGELOG.md",
"Docs": "https://coveralls-python.rtfd.io/",
"Homepage": "http://github.com/TheKevJames/coveralls-python",
"Repository": "http://github.com/TheKevJames/coveralls-python"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "a4d12a1f2724ed892a3cebc8624284ce4034ec0eb2424649d9e1b96bcae25fcd",
"md5": "ccec0bc25da751558d79d0e1e9191502",
"sha256": "401715d244a27d5da03eb1ac614aa585cc7e4dd5b0d4c035113b6349da4e6161"
},
"downloads": -1,
"filename": "coveralls-4.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "ccec0bc25da751558d79d0e1e9191502",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<3.13,>=3.8",
"size": 13564,
"upload_time": "2024-04-29T14:26:27",
"upload_time_iso_8601": "2024-04-29T14:26:27.429868Z",
"url": "https://files.pythonhosted.org/packages/a4/d1/2a1f2724ed892a3cebc8624284ce4034ec0eb2424649d9e1b96bcae25fcd/coveralls-4.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "97147906489e8b225cfd9e667da2d424cdf92e4f93a19358587cf83960c80a25",
"md5": "7809476fc53c9fa2bfd396892122c6a5",
"sha256": "9486f353176d309066053d38edbade3aad6346c5eb8a5edde7090d3116219414"
},
"downloads": -1,
"filename": "coveralls-4.0.0.tar.gz",
"has_sig": false,
"md5_digest": "7809476fc53c9fa2bfd396892122c6a5",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<3.13,>=3.8",
"size": 12416,
"upload_time": "2024-04-29T14:26:28",
"upload_time_iso_8601": "2024-04-29T14:26:28.853878Z",
"url": "https://files.pythonhosted.org/packages/97/14/7906489e8b225cfd9e667da2d424cdf92e4f93a19358587cf83960c80a25/coveralls-4.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-04-29 14:26:28",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "TheKevJames",
"github_project": "coveralls-python",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"circle": true,
"tox": true,
"lcname": "coveralls"
}