codecov fix(again)

This commit is contained in:
Kononnable 2017-05-14 15:58:04 +02:00
parent 0a83f02510
commit 7338a19221

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 --reporter lcovonly -- -R spec",
"test": "istanbul cover ./node_modules/mocha/bin/_mocha test/**/*.test.js --reporter lcovonly -- -R spec",
"posttest": "remap-istanbul -i ./coverage/coverage.json -o ./coverage/coverage-remapped.json & codecov --file=./coverage/coverage-remapped.json "
},
"repository": {