0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-30 22:34:10 -05:00

(fix): coverage, fix reporter

This commit is contained in:
Juan Picado @jotadeveloper 2017-07-01 09:10:00 +02:00
parent aeed698ed2
commit 2f0609d6c7
No known key found for this signature in database
GPG key ID: 18AC54485952D158

View file

@ -72,7 +72,7 @@
"scripts": {
"test": "npm run lint && mocha ./test/functional ./test/unit",
"test:coverage": "nyc mocha -R spec ./test/functional ./test/unit",
"coverage:html": "nyc report --reporter=text-lcov",
"coverage:html": "nyc report --reporter=html",
"coverage:codecov": "nyc report --reporter=lcov | codecov",
"test-travis": "npm run lint && npm run test:coverage",
"test-only": "mocha ./test/functional ./test/unit",