From 12ced16fdf37f95eda472f989eb6d87a46063f14 Mon Sep 17 00:00:00 2001 From: Addison Elliott Date: Wed, 16 Aug 2017 23:47:54 -0500 Subject: [PATCH] Update coverage shield on README The coverage shield was showing unknown and clicking on the link would take to a page not indicating the current coverage of the SDK. Change the shield to use codecov (like the Parse-SDK-iOS-OSX Github repo does) to report the code coverage. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e04b60984..5d7d72a47 100644 --- a/README.md +++ b/README.md @@ -72,8 +72,9 @@ As of April 5, 2017, Parse, LLC has transferred this code to the parse-community [build-status-svg]: https://travis-ci.org/parse-community/Parse-SDK-Android.svg?branch=master [build-status-link]: https://travis-ci.org/parse-community/Parse-SDK-Android - [coverage-status-svg]: https://coveralls.io/repos/parse-community/Parse-SDK-Android/badge.svg?branch=master&service=github - [coverage-status-link]: https://coveralls.io/github/parse-community/Parse-SDK-Android?branch=master + + [coverage-status-svg]: https://img.shields.io/codecov/c/github/parse-community/Parse-SDK-Android/master.svg + [coverage-status-link]: https://codecov.io/github/parse-community/Parse-SDK-Android?branch=master [maven-svg]: https://maven-badges.herokuapp.com/maven-central/com.parse/parse-android/badge.svg?style=flat [maven-link]: https://maven-badges.herokuapp.com/maven-central/com.parse/parse-android