Skip to content

Commit

Permalink
Use coveralls-send
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Mujica committed Apr 1, 2016
1 parent 27270d4 commit efc7806
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -8,7 +8,7 @@
"scripts": {
"coverage": "istanbul cover _mocha -- test/ --timeout 600000",
"test": "mocha test/ --timeout 600000",
"coverage:upload": "istanbul cover _mocha --report lcovonly -- test/ --timeout 600000 && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"coverage:upload": "istanbul cover _mocha --report lcovonly -- test/ --timeout 600000 && cat ./coverage/lcov.info | ./node_modules/coveralls-send/bin/coveralls.js",
"publish": "git push origin --tags && git push origin",
"release:patch": "npm version patch && npm publish",
"release:minor": "npm version minor && npm publish",
Expand Down Expand Up @@ -48,13 +48,13 @@
"npmDependencies": []
},
"devDependencies": {
"coveralls": "^2.11.8",
"coveralls-send": "0.0.2",
"donejs": "*",
"donejs-cli": "^0.8.0",
"fs-extra": "^0.26.5",
"istanbul": "^0.4.2",
"mkdirp": "^0.5.1",
"mocha": "^2.3.0",
"mocha-lcov-reporter": "^1.2.0",
"mkdirp": "^0.5.1"
"mocha-lcov-reporter": "^1.2.0"
}
}

0 comments on commit efc7806

Please sign in to comment.