Skip to content

Commit

Permalink
coveralls bin script is not very reliable
Browse files Browse the repository at this point in the history
  • Loading branch information
chbrown committed Dec 31, 2015
1 parent b8371ac commit d9ce192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ $(BIN)/tsc $(BIN)/_mocha $(BIN)/mocha $(BIN)/istanbul $(BIN)/coveralls:

test: $(JAVASCRIPT) $(BIN)/istanbul $(BIN)/_mocha $(BIN)/coveralls
$(BIN)/istanbul cover $(BIN)/_mocha -- $(MOCHA_ARGS) -R spec
cat coverage/lcov.info | $(BIN)/coveralls
cat coverage/lcov.info | $(BIN)/coveralls || true

0 comments on commit d9ce192

Please sign in to comment.