Skip to content
Snippets Groups Projects
Commit 29b92aed authored by tatsy's avatar tatsy
Browse files

Fix Makefile

parent 26bbb96c
No related branches found
No related tags found
No related merge requests found
...@@ -2,5 +2,8 @@ coverage: ...@@ -2,5 +2,8 @@ coverage:
rm -rf coverage rm -rf coverage
istanbul cover node_modules/.bin/_mocha istanbul cover node_modules/.bin/_mocha
lint:
eslint --reset
test-ci: lint test-ci: lint
istanbul cover ./node_moudles/mocha/bin/_mocha --report lcovonly --R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage istanbul cover ./node_moudles/mocha/bin/_mocha --report lcovonly --R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment