2
1
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2023-12-13 21:00:40 +01:00

Add code coverage badge to README (#486)

This commit is contained in:
Austin Burdine 2017-01-11 07:09:26 -06:00 committed by Kevin Ansfield
parent 81f5d99d6f
commit 8796f257d4

View file

@ -1,6 +1,7 @@
# Ghost-Admin
<a href="https://travis-ci.org/TryGhost/Ghost-Admin"><img src="https://travis-ci.org/TryGhost/Ghost-Admin.svg?branch=master" alt="Build status" /></a>
[![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).