From 4caf0df018a918b38446895ea870e8db65e8dcae Mon Sep 17 00:00:00 2001 From: Ben Straub Date: Mon, 13 Jan 2014 15:43:29 -0800 Subject: [PATCH] Add coverity scan badge to readme --- README.md | 1 + 1 file changed, 1 insertion(+) 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