Skip to content

Commit f17e821

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 47477e9 commit f17e821

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
@@ -32,7 +32,7 @@
3232
],
3333
"scripts": {
3434
"build": "babel --delete-dir-on-start --env-name production src -d lib",
35-
"cover": "nyc --reporter=lcov npm test",
35+
"cover": "c8 --all --src src --reporter=lcov npm test",
3636
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
3737
"esdoc": "esdoc",
3838
"lint": "xo",
@@ -65,14 +65,14 @@
6565
"babel-plugin-transform-remove-console": "6.9.4",
6666
"babel-plugin-unassert": "3.2.0",
6767
"babel-preset-power-assert": "3.0.0",
68+
"c8": "7.10.0",
6869
"coveralls": "3.1.1",
6970
"esdoc": "1.1.0",
7071
"esdoc-inject-script-plugin": "1.0.0",
7172
"esdoc-inject-style-plugin": "1.0.0",
7273
"esdoc-standard-plugin": "1.0.0",
7374
"fixpack": "4.0.0",
7475
"np": "7.6.0",
75-
"nyc": "15.1.0",
7676
"power-assert": "1.6.1",
7777
"regenerator-runtime": "0.13.9",
7878
"xo": "0.36.1"

0 commit comments

Comments
 (0)