From 8796f257d4c1dba4e6a9de86d2ae38654452b66c Mon Sep 17 00:00:00 2001 From: Austin Burdine Date: Wed, 11 Jan 2017 07:09:26 -0600 Subject: [PATCH] Add code coverage badge to README (#486) --- ghost/admin/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ghost/admin/README.md b/ghost/admin/README.md index 4e21eed90a..fbc3998db0 100644 --- a/ghost/admin/README.md +++ b/ghost/admin/README.md @@ -1,6 +1,7 @@ # Ghost-Admin -Build status +[![Build Status](https://travis-ci.org/TryGhost/Ghost-Admin.svg?branch=master)](https://travis-ci.org/TryGhost/Ghost-Admin) +[![Coverage Status](https://coveralls.io/repos/github/TryGhost/Ghost-Admin/badge.svg)](https://coveralls.io/github/TryGhost/Ghost-Admin) This is the home of Ember.js based admin client that ships with [Ghost](https://github.com/tryghost/ghost). For now, refer to that repository for [install and development instructions](https://github.com/TryGhost/Ghost#quick-start-install).