debug test-travis coverage failure
This commit is contained in:
parent
c3b0c56865
commit
aed6a0abd2
1
Makefile
1
Makefile
@ -20,6 +20,7 @@ test-cov:
|
|||||||
|
|
||||||
test-travis:
|
test-travis:
|
||||||
node $(ISTANBUL_CMD) $(MOCHA_CMD) --report lcovonly -- --reporter spec
|
node $(ISTANBUL_CMD) $(MOCHA_CMD) --report lcovonly -- --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