From 300c0c02a959a6584a27beeca780b8621fe4cd60 Mon Sep 17 00:00:00 2001 From: Simon Courtois Date: Sat, 22 Jun 2013 11:16:54 +0200 Subject: [PATCH] Adding coveralls badge to README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 82ee1a1..dd986e1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# MemFs [![Build Status](https://secure.travis-ci.org/simonc/memfs.png?branch=master)](http://travis-ci.org/simonc/memfs) [![Code Climate](https://codeclimate.com/github/simonc/memfs.png)](https://codeclimate.com/github/simonc/memfs) +# MemFs [![Build Status](https://secure.travis-ci.org/simonc/memfs.png?branch=master)](http://travis-ci.org/simonc/memfs) [![Code Climate](https://codeclimate.com/github/simonc/memfs.png)](https://codeclimate.com/github/simonc/memfs) [![Coverage Status](https://coveralls.io/repos/simonc/memfs/badge.png?branch=master)](https://coveralls.io/r/simonc/memfs?branch=master) MemFs is an in-memory filesystem that can be used for your tests.