coveralls


Namecoveralls JSON
Version 3.3.1 PyPI version JSON
download
home_pagehttp://github.com/TheKevJames/coveralls-python
SummaryShow coverage stats online via coveralls.io
upload_time2021-11-11 21:00:05
maintainer
docs_urlNone
authorTheKevJames
requires_python>= 3.5
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No 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/travis/TheKevJames/coveralls-python/master.svg?style=flat-square&label=TravisCI
        :target: https://travis-ci.org/TheKevJames/coveralls-python

    .. image:: https://img.shields.io/github/workflow/status/TheKevJames/coveralls-python/coveralls/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

:Version Info:
    .. 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/pypi/v/coveralls.svg?style=flat-square&label=PyPI
        :target: https://pypi.org/project/coveralls/

    .. image:: https://img.shields.io/conda/dn/conda-forge/coveralls?label=Conda%20Downloads&style=flat-square
        :target: https://anaconda.org/conda-forge/coveralls

    .. image:: https://img.shields.io/pypi/dm/coveralls.svg?style=flat-square&label=PyPI%20Downloads
        :target: https://pypi.org/project/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/

:Misc:
    .. image:: https://img.shields.io/docker/cloud/build/thekevjames/coveralls?style=flat-square&label=Docker
        :target: https://hub.docker.com/r/thekevjames/coveralls

    .. image:: https://img.shields.io/readthedocs/coveralls-python?style=flat-square&label=Docs
        :target: http://coveralls-python.readthedocs.io/en/latest/

`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 version 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. If you're even more outdated than that,
please pin to ``coveralls<2``.

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

.. _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": "",
    "docs_url": null,
    "requires_python": ">= 3.5",
    "maintainer_email": "",
    "keywords": "",
    "author": "TheKevJames",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/c2/c5/6b8254092117fa366b022fbee9434224483ba38e0bbf36e80836bf10692a/coveralls-3.3.1.tar.gz",
    "platform": "",
    "description": "Coveralls for Python\n====================\n\n:Test Status:\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\n    .. image:: https://img.shields.io/travis/TheKevJames/coveralls-python/master.svg?style=flat-square&label=TravisCI\n        :target: https://travis-ci.org/TheKevJames/coveralls-python\n\n    .. image:: https://img.shields.io/github/workflow/status/TheKevJames/coveralls-python/coveralls/master?style=flat-square&label=Github%20Actions\n        :target: https://github.com/TheKevJames/coveralls-python/actions\n\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\n:Version Info:\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\n    .. image:: https://img.shields.io/pypi/v/coveralls.svg?style=flat-square&label=PyPI\n        :target: https://pypi.org/project/coveralls/\n\n    .. image:: https://img.shields.io/conda/dn/conda-forge/coveralls?label=Conda%20Downloads&style=flat-square\n        :target: https://anaconda.org/conda-forge/coveralls\n\n    .. image:: https://img.shields.io/pypi/dm/coveralls.svg?style=flat-square&label=PyPI%20Downloads\n        :target: https://pypi.org/project/coveralls/\n\n:Compatibility:\n    .. image:: https://img.shields.io/pypi/pyversions/coveralls.svg?style=flat-square&label=Python%20Versions\n        :target: https://pypi.org/project/coveralls/\n\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:Misc:\n    .. image:: https://img.shields.io/docker/cloud/build/thekevjames/coveralls?style=flat-square&label=Docker\n        :target: https://hub.docker.com/r/thekevjames/coveralls\n\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`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 version of coverage. Support for non-EOL'd environments is\nprovided 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. If you're even more outdated than that,\nplease pin to ``coveralls<2``.\n\nIf you're in an outdated environment and experiencing an issue, feel free to\nopen a ticket -- but please mention your environment! I'm willing to backport\nfixes to the 1.x branch if need be.\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\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Show coverage stats online via coveralls.io",
    "version": "3.3.1",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "271704ce9c028b9f2f2b6a90f015f10e",
                "sha256": "f42015f31d386b351d4226389b387ae173207058832fbf5c8ec4b40e27b16026"
            },
            "downloads": -1,
            "filename": "coveralls-3.3.1-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "271704ce9c028b9f2f2b6a90f015f10e",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">= 3.5",
            "size": 14700,
            "upload_time": "2021-11-11T21:00:03",
            "upload_time_iso_8601": "2021-11-11T21:00:03.875471Z",
            "url": "https://files.pythonhosted.org/packages/56/d6/e95db3c56afd1eff815db7dda01908f5e57770e47042209db448ab496197/coveralls-3.3.1-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "ba9a553aa7193ed7b82ba8cd0f1d516e",
                "sha256": "b32a8bb5d2df585207c119d6c01567b81fba690c9c10a753bfe27a335bfc43ea"
            },
            "downloads": -1,
            "filename": "coveralls-3.3.1.tar.gz",
            "has_sig": false,
            "md5_digest": "ba9a553aa7193ed7b82ba8cd0f1d516e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">= 3.5",
            "size": 17964,
            "upload_time": "2021-11-11T21:00:05",
            "upload_time_iso_8601": "2021-11-11T21:00:05.240107Z",
            "url": "https://files.pythonhosted.org/packages/c2/c5/6b8254092117fa366b022fbee9434224483ba38e0bbf36e80836bf10692a/coveralls-3.3.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2021-11-11 21:00:05",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "TheKevJames",
    "github_project": "coveralls-python",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "coveralls"
}
        
Elapsed time: 0.01211s