We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 430576b commit b583915Copy full SHA for b583915
Makefile
@@ -5,9 +5,7 @@ test: lint
5
lint:
6
-./node_modules/.bin/jshint ./test ./index.js
7
8
-test-coveralls: lint
9
- NODE_ENV=test node --harmony ./node_modules/.bin/istanbul cover --report lcovonly \
10
- ./node_modules/mocha/bin/_mocha && \
11
- cat ./coverage/lcov.info | ./node_modules/.bin/coveralls
+test-coveralls: test
+ -cat ./coverage/lcov.info | ./node_modules/.bin/coveralls
12
13
.PHONY: test lint test-coveralls
0 commit comments