summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorMatt Layman <matthewlayman@gmail.com>2018-05-14 10:17:59 -0400
committerGitHub <noreply@github.com>2018-05-14 10:17:59 -0400
commit37e7df7af707f7022bf50656f27470ccbbf66e9c (patch)
treeb0dcad6e966bb91641edc9c4f1b7fe71b67aac38 /README.rst
parent4ec8524932d715b5bc71a03ce81b96df195f6722 (diff)
downloadpython-setuptools-git-37e7df7af707f7022bf50656f27470ccbbf66e9c.tar.gz
Add coverage badge to README
This shows the coverage of the master branch as measured by Codecov.
Diffstat (limited to 'README.rst')
-rwxr-xr-xREADME.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index f754d966..8dbc0827 100755
--- a/README.rst
+++ b/README.rst
@@ -10,6 +10,9 @@
.. image:: https://img.shields.io/appveyor/ci/jaraco/setuptools/master.svg?label=Windows%20build%20%40%20Appveyor
:target: https://ci.appveyor.com/project/jaraco/setuptools/branch/master
+.. image:: https://img.shields.io/codecov/c/github/pypa/setuptools/master.svg
+ :target: https://codecov.io/gh/pypa/setuptools
+
.. image:: https://img.shields.io/pypi/pyversions/setuptools.svg
See the `Installation Instructions