Skip to content

Commit c72aa8a

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

File tree

2 files changed

+54
-263
lines changed

2 files changed

+54
-263
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",
@@ -47,6 +47,7 @@
4747
"babel-plugin-transform-remove-console": "6.9.4",
4848
"babel-plugin-unassert": "3.0.1",
4949
"babel-preset-power-assert": "3.0.0",
50+
"c8": "7.8.0",
5051
"coveralls": "3.1.0",
5152
"esdoc": "1.1.0",
5253
"esdoc-ecmascript-proposal-plugin": "1.0.0",
@@ -55,7 +56,6 @@
5556
"esdoc-standard-plugin": "1.0.0",
5657
"fixpack": "4.0.0",
5758
"np": "7.4.0",
58-
"nyc": "15.1.0",
5959
"power-assert": "1.6.1",
6060
"regenerator-runtime": "0.13.7",
6161
"xo": "0.38.2"

0 commit comments

Comments
 (0)