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 7687441 commit 62b3e52Copy full SHA for 62b3e52
package.json
@@ -47,7 +47,7 @@
47
"build-gh-pages": "npm run build-docs",
48
"ci:test": "npm run lint-config && npm run lint && npm run cover",
49
"commit-msg": "commitlint --edit",
50
- "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",
51
"debug": "NODE_ENV=debug npm run test -- -st --fail-fast",
52
"dev": "npm run lint-config-and-fix && npm run lint-and-fix && npm run cover -- -- -st --fail-fast",
53
"install-hooks": "husky install",
0 commit comments