0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-03-25 02:32:52 -05:00

add travis coverage configuration

This commit is contained in:
Juan Picado @jotadeveloper 2017-02-04 00:32:54 +01:00
parent 0470a02b2f
commit ffb3c0e6d0

View file

@ -71,7 +71,7 @@
"scripts": {
"test": "eslint . && mocha ./test/functional ./test/unit",
"test:coverage": "nyc --reporter=html --reporter=text mocha -R spec ./test/functional ./test/unit",
"test-travis": "eslint . && mocha -R spec ./test/functional ./test/unit",
"test-travis": "eslint . && npm run test:coverage",
"test-only": "mocha ./test/functional ./test/unit",
"lint": "eslint ."
},