Skip to content

Commit d6d28b9

Browse files
a-flying-potatomake-github-pseudonymous-again
authored andcommittedApr 15, 2021
🤖 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/0b1f4a716129255387221dbf9e12a57770484b04/src/transforms/coverage:add-text-reporters.js Please contact the author of the transform if you believe there was an error.
1 parent 872f84c commit d6d28b9

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
@@ -49,7 +49,7 @@
4949
"build-gh-pages": "npm run build-docs",
5050
"ci:test": "npm run lint-config && npm run lint && npm run cover",
5151
"commit-msg": "commitlint --edit",
52-
"cover": "NODE_ENV=cover c8 --all --src src --reporter=lcov npm test",
52+
"cover": "NODE_ENV=cover c8 --all --src src --reporter lcov --reporter text-summary --reporter text npm test",
5353
"debug": "NODE_ENV=debug npm run test -- -st --fail-fast",
5454
"dev": "npm run lint-config-and-fix && npm run lint-and-fix && npm run cover -- -- -st --fail-fast",
5555
"install-hooks": "husky install",

0 commit comments

Comments
 (0)