Skip to content

Commit

Permalink
docs: clean up badges
Browse files Browse the repository at this point in the history
  • Loading branch information
TheKevJames committed Dec 3, 2019
1 parent eb22a61 commit 1b78d92
Showing 1 changed file with 23 additions and 21 deletions.
44 changes: 23 additions & 21 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,36 +1,38 @@
Coveralls for Python
====================

.. image:: https://img.shields.io/circleci/project/github/coveralls-clients/coveralls-python/master.svg?style=flat-square
:target: https://circleci.com/gh/coveralls-clients/coveralls-python
:Test Status:
.. image:: https://img.shields.io/circleci/project/github/coveralls-clients/coveralls-python/master.svg?style=flat-square&label=CircleCI
:target: https://circleci.com/gh/coveralls-clients/coveralls-python

.. image:: https://img.shields.io/travis/coveralls-clients/coveralls-python/master.svg?style=flat-square
:target: https://travis-ci.org/coveralls-clients/coveralls-python
.. image:: https://img.shields.io/travis/coveralls-clients/coveralls-python/master.svg?style=flat-square&label=TravisCI
:target: https://travis-ci.org/coveralls-clients/coveralls-python

.. image:: https://img.shields.io/github/workflow/status/coveralls-clients/coveralls-python/coveralls/master?style=flat-square
:target: https://github.com/coveralls-clients/coveralls-python/actions
.. image:: https://img.shields.io/github/workflow/status/coveralls-clients/coveralls-python/coveralls/master?style=flat-square&label=Github%20Actions
:target: https://github.com/coveralls-clients/coveralls-python/actions

.. image:: https://img.shields.io/coveralls/coveralls-clients/coveralls-python/master.svg?style=flat-square
:target: https://coveralls.io/r/coveralls-clients/coveralls-python
.. image:: https://img.shields.io/coveralls/coveralls-clients/coveralls-python/master.svg?style=flat-square&label=Coverage
:target: https://coveralls.io/r/coveralls-clients/coveralls-python

:raw-html:`<br />`
: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/dm/coveralls.svg?style=flat-square
:target: https://pypi.org/project/coveralls/
.. image:: https://img.shields.io/pypi/v/coveralls.svg?style=flat-square&label=PyPI
:target: https://pypi.org/project/coveralls/

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

:raw-html:`<br />`
: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/pyversions/coveralls.svg?style=flat-square
:target: https://pypi.org/project/coveralls/

.. image:: https://img.shields.io/pypi/implementation/coveralls.svg?style=flat-square
: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/

`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::

Expand Down

0 comments on commit 1b78d92

Please sign in to comment.