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

Fix Makefile

parent 99d3e8bb
Branches
No related tags found
No related merge requests found
......@@ -5,5 +5,9 @@ coverage:
lint:
eslint --reset .
coverage:
rm -rf coverage
istanbul cover ./node_modules/.bin/_mocha
test-ci: lint
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment