From 3ccf5ae7db9c920590ffdda1d0cef1404d350801 Mon Sep 17 00:00:00 2001 From: Vincent Ogloblinsky Date: Thu, 11 Jul 2019 20:45:09 +0200 Subject: [PATCH] fix(app): lcov --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9f09fd98..cf1b4678 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "test-jest": "./node_modules/.bin/jest --maxWorkers=2 && node test/dist/cli-revert-root-folder.js", "posttest-jest": "rimraf test/dist", "pretest": "tsc -p test/tsconfig.json && node test/dist/cli-clean-root-folder.js", - "test": "cross-env TS_NODE_PROJECT=test/tsconfig.json TS_NODE_DISABLE_WARNINGS=1 nyc mocha --opts test/mocha.opts && node test/dist/cli-revert-root-folder.js", + "test": "cross-env TS_NODE_PROJECT=test/tsconfig.json TS_NODE_DISABLE_WARNINGS=1 nyc --reporter=lcov mocha --opts test/mocha.opts && node test/dist/cli-revert-root-folder.js", "posttest": "rimraf test/dist", "angularexpo": "npm run pretest && node tools/tests-angularexpo.js", "nyc": "nyc npm test",