mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-17 23:45:29 -05:00
Set up coveralls
This commit is contained in:
parent
01dc7dc1d8
commit
54729bffa2
2 changed files with 3 additions and 1 deletions
2
.coveralls.yml
Normal file
2
.coveralls.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
service_name: travis-ci
|
||||
repo_token: eBxRJVDJviTQw1ZXQjU4csP4ege9b5PIu
|
|
@ -72,7 +72,7 @@
|
|||
"test": "npm run lint && mocha ./test/functional ./test/unit",
|
||||
"test:coverage": "nyc mocha -R spec ./test/functional ./test/unit",
|
||||
"coveralls": "nyc report --reporter=text-lcov | coveralls",
|
||||
"test-travis": "npm run lint && npm run test:coverage",
|
||||
"test-travis": "npm run lint && npm run test:coverage && npm run coveralls",
|
||||
"test-only": "mocha ./test/functional ./test/unit",
|
||||
"lint": "eslint .",
|
||||
"build-docker": "docker build -t verdaccio .",
|
||||
|
|
Loading…
Add table
Reference in a new issue