Skip to content

Commit d31e6dc

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

File tree

2 files changed

+111
-369
lines changed

2 files changed

+111
-369
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
],
2727
"scripts": {
2828
"build": "babel --delete-dir-on-start --env-name production src -d lib",
29-
"cover": "nyc --reporter=lcov npm test",
29+
"cover": "c8 --all --src src --reporter=lcov npm test",
3030
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
3131
"esdoc": "esdoc",
3232
"lint": "xo",
@@ -51,6 +51,7 @@
5151
"babel-plugin-transform-remove-console": "6.9.4",
5252
"babel-plugin-unassert": "3.0.1",
5353
"babel-preset-power-assert": "3.0.0",
54+
"c8": "7.12.0",
5455
"coveralls": "3.1.0",
5556
"esdoc": "1.1.0",
5657
"esdoc-ecmascript-proposal-plugin": "1.0.0",
@@ -59,7 +60,6 @@
5960
"esdoc-standard-plugin": "1.0.0",
6061
"fixpack": "4.0.0",
6162
"np": "7.4.0",
62-
"nyc": "15.1.0",
6363
"power-assert": "1.6.1",
6464
"regenerator-runtime": "0.13.7",
6565
"xo": "0.36.1"

0 commit comments

Comments
 (0)