From c299540cb0b9833c24545d6acc3d8bdb6da33aa4 Mon Sep 17 00:00:00 2001 From: Jonathan Johnson Date: Mon, 6 Jul 2015 14:04:47 -0700 Subject: [PATCH] Added a code climate code coverage badge Now that we have respectable coverage numbers and a build process which will keep this up to date I think its time we added the badge. [skip-ci] --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a143ad9d5d..ed4ac9cb17 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Ilios Frontend [![Build Status](https://travis-ci.org/ilios/frontend.svg?branch=master)](https://travis-ci.org/ilios/frontend) [![Code Climate](https://codeclimate.com/github/ilios/frontend/badges/gpa.svg)](https://codeclimate.com/github/ilios/frontend) +[![Test Coverage](https://codeclimate.com/github/ilios/frontend/badges/coverage.svg)](https://codeclimate.com/github/ilios/frontend/coverage) [![Slack](https://ilios-slack.herokuapp.com/badge.svg)](https://ilios-slack.herokuapp.com/) [![Stories in Ready](https://badge.waffle.io/ilios/frontend.png?label=ready&title=Ready)](https://waffle.io/ilios/frontend)