From 7338a19221d49e28fc15358dc536003570722014 Mon Sep 17 00:00:00 2001 From: Kononnable Date: Sun, 14 May 2017 15:58:04 +0200 Subject: [PATCH] codecov fix(again) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 34a5942..cc2d89a 100644 --- a/package.json +++ b/package.json @@ -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": {