summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBen Straub <bs@github.com>2014-01-13 15:43:29 -0800
committerBen Straub <bs@github.com>2014-01-13 15:43:29 -0800
commit4caf0df018a918b38446895ea870e8db65e8dcae (patch)
tree7f19082334119efadf1594b8bb3be1183b4b6fdd /README.md
parentf1c16d0eb3caa18d98cae095aa536e6b6a8b8ea7 (diff)
downloadlibgit2-4caf0df018a918b38446895ea870e8db65e8dcae.tar.gz
Add coverity scan badge to readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 434cc1937..debf16eb6 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