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

test(pipe): temporarily disable lcov reporter #283

Merged
merged 2 commits into from
Apr 24, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"scripts": {
"semantic-release": "semantic-release",
"commit": "git-cz",
"test": "nyc nyc --reporter=lcov mocha --exit",
"test": "nyc 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