Skip to content

Commit 0b2a877

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

File tree

2 files changed

+56
-265
lines changed

2 files changed

+56
-265
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
],
3939
"scripts": {
4040
"build": "babel --delete-dir-on-start --env-name production src -d lib",
41-
"cover": "nyc --reporter=lcov npm test",
41+
"cover": "c8 --all --src src --reporter=lcov npm test",
4242
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
4343
"esdoc": "esdoc",
4444
"lint": "xo",
@@ -67,6 +67,7 @@
6767
"babel-plugin-transform-remove-console": "6.9.4",
6868
"babel-plugin-unassert": "3.2.0",
6969
"babel-preset-power-assert": "3.0.0",
70+
"c8": "7.10.0",
7071
"coveralls": "3.1.1",
7172
"esdoc": "1.1.0",
7273
"esdoc-ecmascript-proposal-plugin": "1.0.0",
@@ -75,7 +76,6 @@
7576
"esdoc-standard-plugin": "1.0.0",
7677
"fixpack": "4.0.0",
7778
"np": "7.6.0",
78-
"nyc": "15.1.0",
7979
"power-assert": "1.6.1",
8080
"regenerator-runtime": "0.13.9",
8181
"xo": "0.47.0"

0 commit comments

Comments
 (0)