Skip to content

Commit

Permalink
Updates coveralls tool
Browse files Browse the repository at this point in the history
  • Loading branch information
jxson committed Jan 3, 2016
1 parent 0ee7b2f commit b4e19a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ release:
npm publish

.PHONY: coverage
coverage: index.js test/index.js node_modules
coverage: node_modules index.js test/index.js node_modules
@istanbul cover --report html --print detail ./test/index.js
@touch coverage

.PHONY: coveralls
coveralls: coverage
coveralls: node_modules coverage
@istanbul report lcov && (cat coverage/lcov.info | coveralls)

.PHONY: travis
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"js-yaml": "^3.4.6"
},
"devDependencies": {
"coveralls": "^2.11.2",
"coveralls": "^2.11.6",
"istanbul": "^0.3.6",
"tape": "^4.4.0"
},
Expand Down

0 comments on commit b4e19a7

Please sign in to comment.