Skip to content

Commit e092e51

Browse files
🤖 chore: Use c8 instead of nyc.
These changes were automatically generated by a transform whose code can be found at: - https://github.com/aureooms/rejuvenate/blob/eb1b209cd7aa675a642d48b2a788c2c6112779f7/src/transforms/coverage:replace-nyc-by-c8.js Please contact the author of the transform if you believe there was an error.
1 parent a188700 commit e092e51

File tree

2 files changed

+91
-365
lines changed

2 files changed

+91
-365
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
],
2727
"scripts": {
2828
"build": "babel --delete-dir-on-start --env-name production src -d lib",
29-
"cover": "nyc --reporter=lcov npm test",
29+
"cover": "c8 --all --src src --reporter=lcov npm test",
3030
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
3131
"esdoc": "esdoc",
3232
"lint": "xo",
@@ -48,14 +48,14 @@
4848
"babel-plugin-transform-remove-console": "6.9.4",
4949
"babel-plugin-unassert": "3.0.1",
5050
"babel-preset-power-assert": "3.0.0",
51+
"c8": "7.7.1",
5152
"coveralls": "3.1.0",
5253
"esdoc": "1.1.0",
5354
"esdoc-inject-script-plugin": "1.0.0",
5455
"esdoc-inject-style-plugin": "1.0.0",
5556
"esdoc-standard-plugin": "1.0.0",
5657
"fixpack": "4.0.0",
5758
"np": "7.4.0",
58-
"nyc": "15.1.0",
5959
"power-assert": "1.6.1",
6060
"regenerator-runtime": "0.13.7",
6161
"xo": "0.36.1"

0 commit comments

Comments
 (0)