Skip to content

Commit 3e3f708

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/e086830dfe927964be93f46b8ecdacd2597eb487/src/transforms/coverage:replace-nyc-by-c8.js Please contact the author of the transform if you believe there was an error.
1 parent 54cadc7 commit 3e3f708

File tree

2 files changed

+69
-264
lines changed

2 files changed

+69
-264
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
],
3131
"scripts": {
3232
"build": "babel --delete-dir-on-start --env-name production src -d lib",
33-
"cover": "nyc --reporter=lcov npm test",
33+
"cover": "c8 --all --src src --reporter=lcov npm test",
3434
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
3535
"esdoc": "esdoc",
3636
"lint": "xo",
@@ -60,6 +60,7 @@
6060
"babel-plugin-transform-remove-console": "6.9.4",
6161
"babel-plugin-unassert": "3.0.1",
6262
"babel-preset-power-assert": "3.0.0",
63+
"c8": "7.6.0",
6364
"coveralls": "3.1.0",
6465
"esdoc": "1.1.0",
6566
"esdoc-ecmascript-proposal-plugin": "1.0.0",
@@ -68,7 +69,6 @@
6869
"esdoc-standard-plugin": "1.0.0",
6970
"fixpack": "4.0.0",
7071
"np": "7.4.0",
71-
"nyc": "15.1.0",
7272
"power-assert": "1.6.1",
7373
"xo": "0.38.2"
7474
},

0 commit comments

Comments
 (0)