summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2017-06-24 20:05:10 -0400
committerTodd Leonhardt <todd.leonhardt@gmail.com>2017-06-24 20:05:10 -0400
commitb73117be943403cb000efd9f97bc72586261630d (patch)
tree0bcbab297a08b21b594613a52a6c4b16f4d92309 /README.md
parent3269e4b077ee338e769d1b99e7fddcc4f481f4e5 (diff)
downloadcmd2-git-b73117be943403cb000efd9f97bc72586261630d.tar.gz
Added codecov.io badge to README.md
Added code coverage badge to GitHub front page
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index ca5f8983..5125eaba 100755
--- a/README.md
+++ b/README.md
@@ -4,6 +4,7 @@ cmd2
[![Appveyor build status](https://ci.appveyor.com/api/projects/status/github/python-cmd2/cmd2?branch=master)](https://ci.appveyor.com/project/FedericoCeratto/cmd2)
[![Documentation Status](https://readthedocs.org/projects/cmd2/badge/?version=latest)](http://cmd2.readthedocs.io/en/latest/?badge=latest)
[![Latest Version](https://img.shields.io/pypi/v/cmd2.svg)](https://pypi.python.org/pypi/cmd2/)
+[![codecov](https://codecov.io/gh/python-cmd2/cmd2/branch/master/graph/badge.svg)](https://codecov.io/gh/python-cmd2/cmd2)
[![License](https://img.shields.io/pypi/l/cmd2.svg)](https://pypi.python.org/pypi/cmd2/)
cmd2 is a tool for writing command-line interactive applications for Python 2.7 and Python 3.3+. It is based on the