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 6e891f4 commit 88e5d3eCopy full SHA for 88e5d3e
package.json
@@ -49,7 +49,7 @@
49
"build-docs": "esdoc",
50
"build-gh-pages": "npm run build-docs",
51
"commit-msg": "commitlint --edit",
52
- "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",
53
"install-hooks": "husky install",
54
"lint-config": "fixpack --dryRun",
55
"lint-config-and-fix": "fixpack || fixpack",
0 commit comments