From a823225514f13d7f508fb802d6a0ba8a5fc83c92 Mon Sep 17 00:00:00 2001 From: Craig Citro Date: Fri, 12 Dec 2014 18:12:38 -0800 Subject: [PATCH] Add coverage badge to README. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ad92d06..530043e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ [![Build Status](https://travis-ci.org/google/oauth2client.svg?branch=master)](https://travis-ci.org/google/oauth2client) +[![Coverage Status](https://img.shields.io/coveralls/google/oauth2client.svg)](https://coveralls.io/r/google/oauth2client?branch=master) + This is a client library for accessing resources protected by OAuth 2.0. [Full documentation](http://google.github.io/oauth2client/)