Skip to content

Commit

Permalink
coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
julio-saito-linx committed Sep 4, 2014
1 parent cf105b1 commit fcfb216
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ notifications:
email:
- saitodisse@gmail.com

# script:
# - npm test
# - npm run-script cover
# - cat ./coverage/lcov.info | node ./node_modules/coveralls/bin/coveralls
script:
- npm test
- npm run-script cover
- cat ./coverage/lcov.info | node ./node_modules/coveralls/bin/coveralls
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,18 @@
"meld": "saitodisse/meld"
},
"devDependencies": {
"coveralls": "^2.11.1",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-watch": "^0.6.1",
"istanbul": "^0.3.1",
"jshint-stylish": "^0.2.0",
"sinon": "^1.10.3",
"mocha": "^1.21.4"
"mocha": "^1.21.4",
"mocha-istanbul": "^0.2.0",
"sinon": "^1.10.3"
},
"scripts": {
"test": "mocha"
"test": "mocha",
"cover": "node ./node_modules/istanbul/lib/cli cover ./node_modules/mocha/bin/_mocha"
}
}

0 comments on commit fcfb216

Please sign in to comment.