summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2019-06-08 17:07:10 -0400
committerGitHub <noreply@github.com>2019-06-08 17:07:10 -0400
commit0cd72386c26bbb2c5e8f195735856f5a64183d8e (patch)
treea88d34333eb58c5e59fde05d6036c1d5070304b4
parent46e8fdc42b9d54f1c16fa72043fd6b52fd3198e9 (diff)
parentd711d2136aab2d5a550a0e08ea2828ae6e947d85 (diff)
downloadjsonschema-0cd72386c26bbb2c5e8f195735856f5a64183d8e.tar.gz
Merge pull request #568 from GabLeRoux/master
Add codecov badge to readme
-rw-r--r--README.rst8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index f257fd5..2f83e13 100644
--- a/README.rst
+++ b/README.rst
@@ -2,7 +2,7 @@
jsonschema
==========
-|PyPI| |Pythons| |Travis| |AppVeyor| |ReadTheDocs|
+|PyPI| |Pythons| |Travis| |AppVeyor| |Codecov| |ReadTheDocs|
.. |PyPI| image:: https://img.shields.io/pypi/v/jsonschema.svg
:alt: PyPI version
@@ -19,7 +19,11 @@ jsonschema
.. |AppVeyor| image:: https://ci.appveyor.com/api/projects/status/adtt0aiaihy6muyn?svg=true
:alt: AppVeyor build status
:target: https://ci.appveyor.com/project/Julian/jsonschema
-
+
+.. |Codecov| image:: https://codecov.io/gh/Julian/jsonschema/branch/master/graph/badge.svg
+ :alt: Codecov Code coverage
+ :target: https://codecov.io/gh/Julian/jsonschema
+
.. |ReadTheDocs| image:: https://readthedocs.org/projects/python-jsonschema/badge/?version=stable&style=flat
:alt: ReadTheDocs status
:target: https://python-jsonschema.readthedocs.io/en/stable/