summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorGabriel Le Breton <lebreton.gabriel@gmail.com>2019-06-08 16:55:50 -0400
committerGitHub <noreply@github.com>2019-06-08 16:55:50 -0400
commit6fc82850851c8c8139ed259c78bd70ed5f40ae88 (patch)
treec4cc5838700a7fd12594b99d5917b4a70b8f98aa /README.rst
parent46e8fdc42b9d54f1c16fa72043fd6b52fd3198e9 (diff)
downloadjsonschema-6fc82850851c8c8139ed259c78bd70ed5f40ae88.tar.gz
Add codecov badge in readme
96.24% is good enough to show this to the world 🎉
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index f257fd5..2a81536 100644
--- a/README.rst
+++ b/README.rst
@@ -24,6 +24,9 @@ jsonschema
:alt: ReadTheDocs status
:target: https://python-jsonschema.readthedocs.io/en/stable/
+.. image:: https://codecov.io/gh/Julian/jsonschema/branch/master/graph/badge.svg
+ :target: https://codecov.io/gh/Julian/jsonschema
+
``jsonschema`` is an implementation of `JSON Schema <https://json-schema.org>`_
for Python (supporting 2.7+ including Python 3).