codecov fix4
This commit is contained in:
parent
7609efcde3
commit
628f7b2b3e
@ -8,7 +8,7 @@
|
||||
"typings-install": "typings install",
|
||||
"setup": "npm install && npm run typings-install",
|
||||
"start": "tsc && node ./src/index.js",
|
||||
"test": "istanbul cover ./node_modules/mocha/bin/_mocha test/**/*.js -- -R spec",
|
||||
"test": "istanbul cover ./node_modules/mocha/bin/_mocha test/**/*.js --reporter lcovonly -- -R spec",
|
||||
"posttest": "codecov"
|
||||
},
|
||||
"repository": {
|
||||
|
Loading…
Reference in New Issue
Block a user