From 3e2c7bca29eb2432b3123ee2a39d1f3fe0f7141d Mon Sep 17 00:00:00 2001 From: Janno Siilbek Date: Wed, 29 Jul 2015 14:16:37 +0300 Subject: [PATCH] add code coverage badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cc762e4..ed29277 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![Build Status](https://travis-ci.org/jannosiilbek/x_road.svg)](https://travis-ci.org/jannosiilbek/x_road) [![Code Climate](https://codeclimate.com/github/jannosiilbek/x_road/badges/gpa.svg)](https://codeclimate.com/github/jannosiilbek/x_road) +[![Test Coverage](https://codeclimate.com/github/jannosiilbek/x_road/badges/coverage.svg)](https://codeclimate.com/github/jannosiilbek/x_road/coverage) [![Dependency Status](https://gemnasium.com/jannosiilbek/x_road.svg)](https://gemnasium.com/jannosiilbek/x_road) Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/x_road`. To experiment with that code, run `bin/console` for an interactive prompt.