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:
parent
aeed698ed2
commit
2f0609d6c7
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue