Skip to content

Commit

Permalink
More tweaks to coverage build
Browse files Browse the repository at this point in the history
  • Loading branch information
chalkers committed Aug 14, 2016
1 parent 5eeed4d commit 6bdde5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
},
"scripts": {
"test": "mocha --recursive",
"combine-coverage": "node scripts/coverage/combine",
"combine-coverage": "node ./scripts/coverage/combine",
"test:coverage": "rimraf coverage && istanbul cover --report=none --print=none --include-pid node_modules/mocha/bin/_mocha -- --recursive && npm run combine-coverage",
"ci": "npm run test:coverage && codecov --name coverage/coverage-*.json"
"ci": "npm run test:coverage && codecov -f coverage/coverage-*.json"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 6bdde5f

Please sign in to comment.