diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-06-24 20:05:10 -0400 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-06-24 20:05:10 -0400 |
commit | b73117be943403cb000efd9f97bc72586261630d (patch) | |
tree | 0bcbab297a08b21b594613a52a6c4b16f4d92309 | |
parent | 3269e4b077ee338e769d1b99e7fddcc4f481f4e5 (diff) | |
download | cmd2-git-b73117be943403cb000efd9f97bc72586261630d.tar.gz |
Added codecov.io badge to README.md
Added code coverage badge to GitHub front page
-rwxr-xr-x | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ cmd2 [](https://ci.appveyor.com/project/FedericoCeratto/cmd2) [](http://cmd2.readthedocs.io/en/latest/?badge=latest) [](https://pypi.python.org/pypi/cmd2/) +[](https://codecov.io/gh/python-cmd2/cmd2) [](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 |