summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2016-10-09 11:31:44 +0200
committerSebastian Thiel <byronimo@gmail.com>2016-10-09 11:36:46 +0200
commit4e5ef73d3d6d9b973a756fddd329cfa2a24884e2 (patch)
tree5c908d7efa58932ac3f9325903b54d8e489c6de3
parent6f6c697c0df4704206d2fd1572640f7f2bd80c73 (diff)
downloadgitpython-4e5ef73d3d6d9b973a756fddd329cfa2a24884e2.tar.gz
doc(README): add codecov badge
[skip ci]
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 42000af5..b3abbc93 100644
--- a/README.md
+++ b/README.md
@@ -129,6 +129,7 @@ New BSD License. See the LICENSE file.
### DEVELOPMENT STATUS
+[![codecov](https://codecov.io/gh/gitpython-developers/GitPython/branch/master/graph/badge.svg)](https://codecov.io/gh/gitpython-developers/GitPython)
[![Build Status](https://travis-ci.org/gitpython-developers/GitPython.svg)](https://travis-ci.org/gitpython-developers/GitPython)
[![Build status](https://ci.appveyor.com/api/projects/status/0f3pi3c00hajlrsd/branch/master?svg=true&passingText=windows%20OK&failingText=windows%20failed)](https://ci.appveyor.com/project/Byron/gitpython/branch/master)
[![Code Climate](https://codeclimate.com/github/gitpython-developers/GitPython/badges/gpa.svg)](https://codeclimate.com/github/gitpython-developers/GitPython)