Skip to content
Snippets Groups Projects
Commit 41b9ff2a authored by tatsy's avatar tatsy
Browse files

Fix Makefile.

parent 86f8e411
Branches
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ publish: ...@@ -12,7 +12,7 @@ publish:
test: lint test: lint
mocha mocha
test-ci: lint test-ci:
istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage
.PHONY: lint coverage .PHONY: lint coverage
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment