Skip to content

Commit 19ca558

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/make-github-pseudonymous-again/rejuvenate/blob/a44c42967442d65fd14272682fb84a6f32feb841/src/transforms/coverage:replace-nyc-by-c8.js Please contact the author of the transform if you believe there was an error.
1 parent ce3a606 commit 19ca558

File tree

2 files changed

+90
-287
lines changed

2 files changed

+90
-287
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
],
2727
"scripts": {
2828
"build": "babel src -d lib",
29-
"cover": "nyc --reporter=lcov npm test",
29+
"cover": "c8 --all --src src --reporter=lcov npm test",
3030
"esdoc": "esdoc",
3131
"lint-config": "fixpack --dryRun",
3232
"lint-config-and-fix": "fixpack || fixpack",
@@ -43,15 +43,15 @@
4343
"@babel/register": "7.13.8",
4444
"@heap-data-structure/specification": "16.0.0",
4545
"ava": "3.15.0",
46+
"c8": "7.7.3",
4647
"coveralls": "3.1.0",
4748
"esdoc": "1.1.0",
4849
"esdoc-ecmascript-proposal-plugin": "1.0.0",
4950
"esdoc-inject-script-plugin": "1.0.0",
5051
"esdoc-inject-style-plugin": "1.0.0",
5152
"esdoc-standard-plugin": "1.0.0",
5253
"fixpack": "4.0.0",
53-
"np": "6.5.0",
54-
"nyc": "15.1.0"
54+
"np": "6.5.0"
5555
},
5656
"ava": {
5757
"files": [

0 commit comments

Comments
 (0)