Skip to content

Commit

Permalink
Added coveralls.
Browse files Browse the repository at this point in the history
  • Loading branch information
jussi-kalliokoski committed May 16, 2014
1 parent 206779d commit 5b333c1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .coveralls.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
service_name: travis-ci
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
language: node_js
node_js:
- "0.10"
after_success:
- npm run-script coveralls
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# chai-gulp-helpers

[![Build Status](https://travis-ci.org/jussi-kalliokoski/chai-gulp-helpers.png?branch=master)](https://travis-ci.org/jussi-kalliokoski/chai-gulp-helpers)
[![Coverage Status](https://img.shields.io/coveralls/jussi-kalliokoski/chai-gulp-helpers.svg)](https://coveralls.io/r/jussi-kalliokoski/chai-gulp-helpers)

This is a [chai](http://chaijs.com/) plugin for testing [gulp](http://gulpjs.com/) plugins.

Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"test": "test"
},
"scripts": {
"coveralls": "cat ./coverage/lcov.info | COVERALLS_SERVICE_NAME=\"travis-ci\" ./node_modules/.bin/coveralls",
"test": "./node_modules/.bin/gulp test"
},
"repository": {
Expand Down Expand Up @@ -36,7 +37,8 @@
"gulp-mocha": "^0.4.1",
"gulp-istanbul": "^0.2.0",
"chai-as-promised": "^4.1.1",
"vinyl": "^0.2.3"
"vinyl": "^0.2.3",
"coveralls": "^2.10.0"
},
"dependencies": {
"q": "^1.0.1",
Expand Down

0 comments on commit 5b333c1

Please sign in to comment.