Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3320fb8

Browse files
committedMar 31, 2021
🔧 config(coverage): Output text summary and detailed table.
1 parent 7e4f89c commit 3320fb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"build-gh-pages": "npm run build-docs",
4343
"ci:test": "npm run lint-config && npm run lint && npm run cover",
4444
"commit-msg": "commitlint --edit",
45-
"cover": "NODE_ENV=cover c8 --all --src src --reporter=lcov npm test",
45+
"cover": "NODE_ENV=cover c8 --all --src src --reporter lcov --reporter text-summary --reporter text npm test",
4646
"debug": "NODE_ENV=debug npm run test -- -st --fail-fast",
4747
"dev": "npm run lint-config-and-fix && npm run lint-and-fix && npm run cover -- -- -st --fail-fast",
4848
"install-hooks": "husky install",

0 commit comments

Comments
 (0)
Please sign in to comment.