attempt to fix travis coverage testing
This commit is contained in:
parent
098ade01b1
commit
965136eb9b
3
Makefile
3
Makefile
@ -19,8 +19,7 @@ test-cov:
|
|||||||
node $(ISTANBUL_CMD) $(MOCHA_CMD) --
|
node $(ISTANBUL_CMD) $(MOCHA_CMD) --
|
||||||
|
|
||||||
test-travis:
|
test-travis:
|
||||||
node $(ISTANBUL_CMD) $(MOCHA_CMD) --report lcovonly -- --reporter spec
|
node $(ISTANBUL_CMD) $(MOCHA_CMD) -- --reporter spec
|
||||||
ls coverage
|
|
||||||
if test -n "$$CODECLIMATE_REPO_TOKEN"; then codeclimate < coverage/lcov.info; fi
|
if test -n "$$CODECLIMATE_REPO_TOKEN"; then codeclimate < coverage/lcov.info; fi
|
||||||
|
|
||||||
test-browser:
|
test-browser:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user