better piping for codeclimate test cov
This commit is contained in:
parent
36257ad300
commit
f013bd4e6a
2
Makefile
2
Makefile
@ -17,7 +17,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
|
||||||
cat ./coverage/lcov.info | codeclimate
|
codeclimate < coverage/lcov.info
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
make clean
|
make clean
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user