From 86c9a5f58ad3e075370f5a6e54ea57d9bfdf4908 Mon Sep 17 00:00:00 2001 From: Raphael Wegmueller Date: Wed, 24 Apr 2019 14:15:39 +0200 Subject: [PATCH] test(pipe): temporarily disable local code coverage report until nyc 14.1.0 is released (see https://github.com/istanbuljs/istanbuljs/issues/371) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d99d5ea90..7012aade3 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "scripts": { "semantic-release": "semantic-release", "commit": "git-cz", - "test": "nyc nyc --reporter=lcov mocha --exit", + "test": "nyc --reporter=lcov mocha --exit", "lint": "npx eslint . && npm run types", "types": "npm run docs && node bin/schema2ts.js", "docs": "npx jsonschema2md -d src/schemas -o docs",