summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorptmcg <ptmcg@austin.rr.com>2019-09-02 17:38:11 -0500
committerptmcg <ptmcg@austin.rr.com>2019-09-02 17:38:11 -0500
commitc3660c7adbfec653c75ec68aba8cd659e7e2983d (patch)
tree2c87b984b18e4df27dfdb638ec2b17275fac5662
parent418f0361891e902616912e7d016140505984fdf5 (diff)
downloadpyparsing-git-c3660c7adbfec653c75ec68aba8cd659e7e2983d.tar.gz
Add links to codecov and codecov badge to README
-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