summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBen Straub <bs@github.com>2014-01-16 11:36:06 -0800
committerBen Straub <bs@github.com>2014-01-16 11:36:06 -0800
commitc85d606eee01de894db828e81482aa2812b1b5d9 (patch)
treec3e9b4ada3c0fa24f69a26813d8b8148c751dd52 /README.md
parentba6464b3a855908c26c40e6c5842cbbe49c17de7 (diff)
parent998f0016ff2788ee78d47ac2be6d6b9cc6890e11 (diff)
downloadlibgit2-c85d606eee01de894db828e81482aa2812b1b5d9.tar.gz
Merge pull request #2044 from libgit2/coverity
Run Coverity scan on Travis
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 e6a903cdf..f814b8732 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