We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60c5495 commit 28ea7a0Copy full SHA for 28ea7a0
package.json
@@ -40,7 +40,7 @@
40
"build-docs": "esdoc",
41
"build-gh-pages": "npm run build-docs",
42
"commit-msg": "commitlint --edit",
43
- "cover": "NODE_ENV=cover c8 --all --src src --reporter=lcov npm test",
+ "cover": "NODE_ENV=cover c8 --all --src src --reporter lcov --reporter text-summary --reporter text npm test",
44
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
45
"install-hooks": "husky install",
46
"lint": "xo",
0 commit comments