Skip to content

Commit

Permalink
Fix coveralls cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
datakurre committed Jun 23, 2018
1 parent 813682d commit fbadaa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -36,7 +36,7 @@ coverage: node_modules

.PHONY: coveralls
coveralls: coverage
cat ./coverage/lcov.info | coveralls.js
cat ./coverage/lcov.info | coveralls

.PHONY: watch-plugin
watch-plugin:
Expand Down

0 comments on commit fbadaa8

Please sign in to comment.