mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-21 23:41:18 +01:00
I guess coveralls doesn't like the 'list' reporter
This commit is contained in:
parent
9aede69c9d
commit
9140f15f11
@ -22,7 +22,7 @@
|
||||
],
|
||||
"scripts": {
|
||||
"start": "node server.js",
|
||||
"test": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R list && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
|
||||
"test": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
|
||||
},
|
||||
"dependencies": {
|
||||
"body-parser": "~1.8.1",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user