Add Coveralls (test coverage status) badge to README
authorIvan Maidanski <ivmai@mail.ru>
Thu, 2 Feb 2017 17:59:51 +0000 (20:59 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Thu, 2 Feb 2017 17:59:51 +0000 (20:59 +0300)
README.md

index 6a3b2d7..355b3d3 100644 (file)
--- a/README.md
+++ b/README.md
@@ -2,6 +2,7 @@
 
 [![Travis-CI build status](https://travis-ci.org/ivmai/bdwgc.svg?branch=master)](https://travis-ci.org/ivmai/bdwgc)
 [![AppVeyor CI build status](https://ci.appveyor.com/api/projects/status/github/ivmai/bdwgc?branch=master&svg=true)](https://ci.appveyor.com/project/ivmai/bdwgc)
+[![Coveralls test coverage status](https://coveralls.io/repos/github/ivmai/bdwgc/badge.png?branch=master)](https://coveralls.io/github/ivmai/bdwgc)
 
 This is version 7.7.0 (next release development) of a conservative garbage
 collector for C and C++.