From e6c6938a83fff42f2b4f31b76954fed6d77bfc3f Mon Sep 17 00:00:00 2001 From: Durran Jordan Date: Sun, 19 May 2013 14:43:42 +0200 Subject: [PATCH] Add coverage status badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index afb14c1e5..75bd3f635 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -BSON [![Build Status](https://secure.travis-ci.org/mongodb/bson-ruby.png?branch=master&.png)](http://travis-ci.org/mongodb/bson-ruby) [![Code Climate](https://codeclimate.com/github/mongodb/bson-ruby.png)](https://codeclimate.com/github/mongodb/bson-ruby) +BSON [![Build Status](https://secure.travis-ci.org/mongodb/bson-ruby.png?branch=master&.png)](http://travis-ci.org/mongodb/bson-ruby) [![Code Climate](https://codeclimate.com/github/mongodb/bson-ruby.png)](https://codeclimate.com/github/mongodb/bson-ruby) [![Coverage Status](https://coveralls.io/repos/mongodb/bson-ruby/badge.png?branch=master)](https://coveralls.io/r/mongodb/bson-ruby?branch=master) ==== An implementation of the BSON specification in Ruby.