Skip to content
This repository has been archived by the owner on Feb 28, 2022. It is now read-only.

Commit

Permalink
test(pipe): temporarily disable local code coverage report
Browse files Browse the repository at this point in the history
until nyc 14.1.0 is released (see istanbuljs/istanbuljs#371)
  • Loading branch information
rofe committed Apr 24, 2019
1 parent 94e27c2 commit 86c9a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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",
Expand Down

0 comments on commit 86c9a5f

Please sign in to comment.