summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index dca0a71..4003047 100644
--- a/README.rst
+++ b/README.rst
@@ -1,7 +1,7 @@
PyParsing -- A Python Parsing Module
====================================
-|Build Status|
+|Build Status| |Coverage|
Introduction
============
@@ -72,3 +72,5 @@ See CHANGES file.
.. |Build Status| image:: https://travis-ci.org/pyparsing/pyparsing.svg?branch=master
:target: https://travis-ci.org/pyparsing/pyparsing
+.. |Coverage| image:: https://codecov.io/gh/pyparsing/pyparsing/branch/master/graph/badge.svg
+ :target: https://codecov.io/gh/pyparsing/pyparsing \ No newline at end of file