Skip to content

Commit 8d4ae86

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

File tree

2 files changed

+52
-270
lines changed

2 files changed

+52
-270
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
],
2929
"scripts": {
3030
"build": "babel --delete-dir-on-start --env-name production src -d lib",
31-
"cover": "nyc --reporter=lcov npm test",
31+
"cover": "c8 --all --src src --reporter=lcov npm test",
3232
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
3333
"esdoc": "esdoc",
3434
"lint": "xo",
@@ -61,6 +61,7 @@
6161
"babel-plugin-transform-remove-console": "6.9.4",
6262
"babel-plugin-unassert": "3.2.0",
6363
"babel-preset-power-assert": "3.0.0",
64+
"c8": "7.12.0",
6465
"coveralls": "3.1.1",
6566
"esdoc": "1.1.0",
6667
"esdoc-ecmascript-proposal-plugin": "1.0.0",
@@ -69,7 +70,6 @@
6970
"esdoc-standard-plugin": "1.0.0",
7071
"fixpack": "4.0.0",
7172
"np": "7.6.2",
72-
"nyc": "15.1.0",
7373
"power-assert": "1.6.1",
7474
"regenerator-runtime": "0.13.10",
7575
"xo": "0.52.4"

0 commit comments

Comments
 (0)