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

Fix Makefile

parent ffc105a9
Branches
No related tags found
No related merge requests found
......@@ -11,3 +11,6 @@ coverage:
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
.PHONY: lint coverage
.SILENT: lint
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment