Skip to content

Commit

Permalink
Adding code coverage badge.
Browse files Browse the repository at this point in the history
  • Loading branch information
wbyoung committed Mar 18, 2014
1 parent df3bb53 commit e417d98
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# gulp-ember-emblem

[![NPM version][npm-image]][npm-url] [![Build status][travis-image]][travis-url] [![Code Climate][codeclimate-image]][codeclimate-url] [![Dependencies][david-image]][david-url]
[![NPM version][npm-image]][npm-url] [![Build status][travis-image]][travis-url] [![Code Climate][codeclimate-image]][codeclimate-url] [![Coverage Status][coverage-image]][coverage-url] [![Dependencies][david-image]][david-url]


This is a gulp plugin to process [Emblem.js](http://emblemjs.com) templates specifically for [Ember](http://emberjs.com/).

Expand Down Expand Up @@ -55,6 +56,8 @@ Compiler options to pass to `Emblem.precompile()`.
[npm-image]: https://badge.fury.io/js/gulp-ember-emblem.png
[codeclimate-image]: https://codeclimate.com/github/wbyoung/gulp-ember-emblem.png
[codeclimate-url]: https://codeclimate.com/github/wbyoung/gulp-ember-emblem
[coverage-image]: https://coveralls.io/repos/wbyoung/gulp-ember-emblem/badge.png
[coverage-url]: https://coveralls.io/r/wbyoung/gulp-ember-emblem
[david-image]: https://david-dm.org/wbyoung/gulp-ember-emblem.png?theme=shields.io
[david-url]: https://david-dm.org/wbyoung/gulp-ember-emblem

Expand Down

0 comments on commit e417d98

Please sign in to comment.