Skip to content

Commit b583915

Browse files
committed
and ignore coveralls errors
1 parent 430576b commit b583915

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Makefile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ test: lint
55
lint:
66
-./node_modules/.bin/jshint ./test ./index.js
77

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
8+
test-coveralls: test
9+
-cat ./coverage/lcov.info | ./node_modules/.bin/coveralls
1210

1311
.PHONY: test lint test-coveralls

0 commit comments

Comments
 (0)