Skip to content

Commit 4b2f94a

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 8a8b7d9 commit 4b2f94a

File tree

2 files changed

+69
-264
lines changed

2 files changed

+69
-264
lines changed

package.json

Lines changed: 2 additions & 2 deletions
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",
@@ -56,6 +56,7 @@
5656
"babel-plugin-unassert": "3.0.1",
5757
"babel-preset-power-assert": "3.0.0",
5858
"benchmark": "2.1.4",
59+
"c8": "7.6.0",
5960
"coveralls": "3.1.0",
6061
"esdoc": "1.1.0",
6162
"esdoc-inject-script-plugin": "1.0.0",
@@ -65,7 +66,6 @@
6566
"fixpack": "4.0.0",
6667
"microtime": "3.0.0",
6768
"np": "7.4.0",
68-
"nyc": "15.1.0",
6969
"power-assert": "1.6.1",
7070
"regenerator-runtime": "0.13.7",
7171
"xo": "0.38.2"

0 commit comments

Comments
 (0)