Skip to content

Commit 484c606

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 b828251 commit 484c606

File tree

2 files changed

+55
-264
lines changed

2 files changed

+55
-264
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
],
2626
"scripts": {
2727
"build": "babel --delete-dir-on-start --env-name production src -d lib",
28-
"cover": "nyc --reporter=lcov npm test",
28+
"cover": "c8 --all --src src --reporter=lcov npm test",
2929
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
3030
"esdoc": "esdoc",
3131
"lint": "xo",
@@ -54,6 +54,7 @@
5454
"babel-plugin-transform-remove-console": "6.9.4",
5555
"babel-plugin-unassert": "3.0.1",
5656
"babel-preset-power-assert": "3.0.0",
57+
"c8": "7.8.0",
5758
"coveralls": "3.1.0",
5859
"esdoc": "1.1.0",
5960
"esdoc-ecmascript-proposal-plugin": "1.0.0",
@@ -62,7 +63,6 @@
6263
"esdoc-standard-plugin": "1.0.0",
6364
"fixpack": "4.0.0",
6465
"np": "7.4.0",
65-
"nyc": "15.1.0",
6666
"power-assert": "1.6.1",
6767
"regenerator-runtime": "0.13.7",
6868
"xo": "0.36.1"

0 commit comments

Comments
 (0)