From 0b496b2c54c01caab61e5e3c2d9004315abd55c9 Mon Sep 17 00:00:00 2001 From: Sam Wilson Date: Thu, 24 Sep 2015 14:09:33 -0400 Subject: [PATCH] Add coverage report badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 971dff5..99e3040 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ PHP Library for ORCID [![Build Status](https://travis-ci.org/hubzero/orcid-php.svg?branch=master)](https://travis-ci.org/hubzero/orcid-php) +[![Coverage Status](https://coveralls.io/repos/hubzero/orcid-php/badge.svg?branch=master&service=github)](https://coveralls.io/github/hubzero/orcid-php?branch=master) This library was started to support the ORCID OAuth2 authentication workflow. It also supports basic profile access, but is a work in progress. More features are to come as needed by the developer or requested/contributed by other interested parties.