From cee3c3d0e96ee063bd96c90b3c144c3d907e1dd1 Mon Sep 17 00:00:00 2001 From: Anthony Truskinger Date: Thu, 5 Jun 2014 19:19:44 +1000 Subject: [PATCH] Added coverage badge --- .travis.yml | 2 -- README.md | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4fe0e618..74a01e7a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,9 +15,7 @@ before_script: script: - grunt - coverage=$(ls -d coverage/*/) - - echo "$coverage" - codeclimate < "${coverage}lcov.info" - env: global: # Code climate token encypted with travis gem (travis encrypt CODECLIMATE_REPO_TOKEN=fdf...) diff --git a/README.md b/README.md index b7ca7b07..20af5401 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ baw-client The AngularJS client for the bioacoustic workbench -[![Build Status](https://travis-ci.org/QutBioacoustics/baw-client.png)](https://travis-ci.org/QutBioacoustics/baw-client) [![Dependency Status](https://gemnasium.com/QutBioacoustics/baw-client.png)](https://gemnasium.com/QutBioacoustics/baw-client) [![Code Quality](https://d3s6mut3hikguw.cloudfront.net/github/QutBioacoustics/baw-client.png)](https://codeclimate.com/github/QutBioacoustics/baw-client) +[![Build Status](https://travis-ci.org/QutBioacoustics/baw-client.png)](https://travis-ci.org/QutBioacoustics/baw-client) [![Dependency Status](https://gemnasium.com/QutBioacoustics/baw-client.png)](https://gemnasium.com/QutBioacoustics/baw-client) [![Code Quality](https://d3s6mut3hikguw.cloudfront.net/github/QutBioacoustics/baw-client.png)](https://codeclimate.com/github/QutBioacoustics/baw-client) [![Code Coverage](http://img.shields.io/codeclimate/coverage/github/QutBioacoustics/baw-client.svg)](https://codeclimate.com/github/QutBioacoustics/baw-client) --- ## Install instructions