From 628f7b2b3eb43084351edd671f1df812c687ad39 Mon Sep 17 00:00:00 2001 From: Kononnable Date: Wed, 3 May 2017 22:36:56 +0200 Subject: [PATCH] codecov fix4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 216e118..6b3cfed 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 -- -R spec", + "test": "istanbul cover ./node_modules/mocha/bin/_mocha test/**/*.js --reporter lcovonly -- -R spec", "posttest": "codecov" }, "repository": {