Skip to content

Commit 6d28504

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/67ba7d5e9b38c8944d42909a3a30b0710559b446/src/transforms/coverage:replace-nyc-by-c8.js Please contact the author of the transform if you believe there was an error.
1 parent 1b8c82d commit 6d28504

File tree

2 files changed

+80
-410
lines changed

2 files changed

+80
-410
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
],
5858
"scripts": {
5959
"build": "babel --delete-dir-on-start --env-name production src -d lib",
60-
"cover": "nyc --reporter=lcov npm test",
60+
"cover": "c8 --all --src src --reporter=lcov npm test",
6161
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
6262
"esdoc": "esdoc",
6363
"lint": "true",
@@ -87,14 +87,14 @@
8787
"babel-plugin-transform-remove-console": "6.9.4",
8888
"babel-plugin-unassert": "3.0.1",
8989
"babel-preset-power-assert": "3.0.0",
90+
"c8": "7.6.0",
9091
"coveralls": "3.1.0",
9192
"esdoc": "1.1.0",
9293
"esdoc-inject-script-plugin": "1.0.0",
9394
"esdoc-inject-style-plugin": "1.0.0",
9495
"esdoc-standard-plugin": "1.0.0",
9596
"fixpack": "4.0.0",
9697
"np": "7.4.0",
97-
"nyc": "15.1.0",
9898
"power-assert": "1.6.1",
9999
"regenerator-runtime": "0.13.7"
100100
},

0 commit comments

Comments
 (0)