Commit 4caf0df018a918b38446895ea870e8db65e8dcae

Ben Straub 2014-01-13T15:43:29

Add coverity scan badge to readme

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/README.md b/README.md
index 434cc19..debf16e 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,7 @@ libgit2 - the Git linkable library
 ==================================
 
 [![Build Status](https://secure.travis-ci.org/libgit2/libgit2.png?branch=development)](http://travis-ci.org/libgit2/libgit2)
+[![Coverity Scan Build Status](https://scan.coverity.com/projects/639/badge.svg)](https://scan.coverity.com/projects/639)
 
 `libgit2` is a portable, pure C implementation of the Git core methods provided as a
 re-entrant linkable library with a solid API, allowing you to write native