Skip to content

Commit 8eca188

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/f4f2f038c1728370f45204d13b52e4691640a5b4/src/transforms/coverage:replace-nyc-by-c8.js Please contact the author of the transform if you believe there was an error.
1 parent af4ab82 commit 8eca188

File tree

2 files changed

+71
-275
lines changed

2 files changed

+71
-275
lines changed

package.json

+2-2
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": "true",
@@ -48,6 +48,7 @@
4848
"babel-plugin-transform-remove-console": "6.9.4",
4949
"babel-plugin-unassert": "3.0.1",
5050
"babel-preset-power-assert": "3.0.0",
51+
"c8": "7.6.0",
5152
"chalk": "4.1.0",
5253
"coveralls": "3.1.0",
5354
"esdoc": "1.1.0",
@@ -56,7 +57,6 @@
5657
"esdoc-standard-plugin": "1.0.0",
5758
"fixpack": "4.0.0",
5859
"np": "7.4.0",
59-
"nyc": "15.1.0",
6060
"power-assert": "1.6.1",
6161
"regenerator-runtime": "0.13.7"
6262
},

0 commit comments

Comments
 (0)