codecov fix4

This commit is contained in:
Kononnable 2017-05-03 22:36:56 +02:00
parent 7609efcde3
commit 628f7b2b3e

View File

@ -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": {