Skip to content

Commit 6aa4355

Browse files
🤖 config(package.json): Add text reporters in coverage script.
These changes were automatically generated by a transform whose code can be found at: - https://github.com/aureooms/rejuvenate/blob/eb1b209cd7aa675a642d48b2a788c2c6112779f7/src/transforms/coverage:add-text-reporters.js Please contact the author of the transform if you believe there was an error.
1 parent 82dc9d0 commit 6aa4355

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"build-docs": "esdoc",
4848
"build-gh-pages": "npm run build-docs",
4949
"commit-msg": "commitlint --edit",
50-
"cover": "NODE_ENV=cover c8 --all --src src --reporter=lcov npm test",
50+
"cover": "NODE_ENV=cover c8 --all --src src --reporter lcov --reporter text-summary --reporter text npm test",
5151
"install-hooks": "husky install",
5252
"lint-config": "fixpack --dryRun",
5353
"lint-config-and-fix": "fixpack || fixpack",

0 commit comments

Comments
 (0)