Skip to content

Commit 6210c23

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/b7b7316fcc320ee7d249b0aa391d9a196c944421/src/transforms/coverage:replace-nyc-by-c8.js Please contact the author of the transform if you believe there was an error.
1 parent 251fab3 commit 6210c23

File tree

2 files changed

+95
-368
lines changed

2 files changed

+95
-368
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
],
2525
"scripts": {
2626
"build": "rm -rf lib && babel src -d lib",
27-
"cover": "nyc --reporter=lcov npm test",
27+
"cover": "c8 --all --src src --reporter=lcov npm test",
2828
"esdoc": "esdoc",
2929
"lint-config": "fixpack --dryRun",
3030
"lint-config-and-fix": "fixpack || fixpack",
@@ -42,6 +42,7 @@
4242
"@babel/preset-env": "7.13.10",
4343
"@babel/register": "7.13.8",
4444
"ava": "3.15.0",
45+
"c8": "7.7.1",
4546
"coveralls": "3.1.0",
4647
"esdoc": "1.1.0",
4748
"esdoc-ecmascript-proposal-plugin": "1.0.0",
@@ -50,7 +51,6 @@
5051
"esdoc-standard-plugin": "1.0.0",
5152
"fixpack": "4.0.0",
5253
"np": "7.4.0",
53-
"nyc": "15.1.0",
5454
"regenerator-runtime": "0.13.7",
5555
"xo": "0.36.1"
5656
},

0 commit comments

Comments
 (0)