From 91f4f7cd39800deedd5329f76e30af0e118d0fa7 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Thu, 9 May 2019 16:41:30 -0300 Subject: [PATCH] Add PyPI and conda-forge version badges to README --- README.rst | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 0c387a90..c6bfe79d 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,5 @@ -diff-cover |build-status| |coverage-status| |docs-status| -========================================================= +diff-cover |pypi-version| |conda-version| |build-status| |coverage-status| |docs-status| +======================================================================================== Automatically find diff lines that need test coverage. Also finds diff lines that have violations (according to tools such @@ -284,6 +284,12 @@ Originally created with the support of `edX `_. +.. |pypi-version| image:: https://img.shields.io/pypi/v/diff-cover.svg + :target: https://pypi.org/project/diff-cover + :alt: PyPI version +.. |conda-version| image:: https://img.shields.io/conda/vn/conda-forge/diff-cover.svg + :target: https://anaconda.org/conda-forge/diff-cover + :alt: Conda version .. |build-status| image:: https://travis-ci.org/Bachmann1234/diff-cover.png :target: https://travis-ci.org/Bachmann1234/diff-cover :alt: Build Status