From 3592d6bf9320720e81c49b65f51043ce8655949b Mon Sep 17 00:00:00 2001 From: Yves P Date: Fri, 27 Jan 2017 13:15:07 +0100 Subject: [PATCH] Add codecov shield --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3341976..2d2346e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # Robo Import JS -[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.txt) +[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?branch=master)](LICENSE.txt) [![Build Status](https://travis-ci.org/HavokInspiration/robo-import-js.svg?branch=master)](https://travis-ci.org/HavokInspiration/robo-import-js) +[![Codecov](https://img.shields.io/codecov/c/github/HavokInspiration/robo-import-js.svg)](https://github.com/HavokInspiration/robo-import-js) This [Robo](https://github.com/consolidation/robo) task brings an import method for Javascript files. Think of it as an equivalent of the PHP `include` function or as the `@import` statement in SASS files for Javascript files.