diff --git a/README.rst b/README.rst index a11a20a..5ec775e 100644 --- a/README.rst +++ b/README.rst @@ -1,37 +1,43 @@ Coveralls for Python ==================== -.. raw:: html - -
- Test Status: - - - - -
-
-
- Version Info: - - - - -
-
-
- Compatibility: - - -
-
-
- Downloads: - - - -
-
+: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``, diff --git a/pyproject.toml b/pyproject.toml index 81a2e00..80be063 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "coveralls" -version = "3.4.0a0" +version = "3.4.0a1" description = "Show coverage stats online via coveralls.io" readme = "README.rst"