Skip to content

Commit 1f825fc

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/aureooms/rejuvenate/blob/eb1b209cd7aa675a642d48b2a788c2c6112779f7/src/transforms/coverage:replace-nyc-by-c8.js Please contact the author of the transform if you believe there was an error.
1 parent 5151641 commit 1f825fc

File tree

2 files changed

+78
-407
lines changed

2 files changed

+78
-407
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
],
3030
"scripts": {
3131
"build": "babel --delete-dir-on-start --env-name production src -d lib",
32-
"cover": "nyc --reporter=lcov npm test",
32+
"cover": "c8 --all --src src --reporter=lcov npm test",
3333
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
3434
"esdoc": "esdoc",
3535
"lint": "true",
@@ -56,14 +56,14 @@
5656
"babel-plugin-transform-remove-console": "6.9.4",
5757
"babel-plugin-unassert": "3.0.1",
5858
"babel-preset-power-assert": "3.0.0",
59+
"c8": "7.7.0",
5960
"coveralls": "3.1.0",
6061
"esdoc": "1.1.0",
6162
"esdoc-inject-script-plugin": "1.0.0",
6263
"esdoc-inject-style-plugin": "1.0.0",
6364
"esdoc-standard-plugin": "1.0.0",
6465
"fixpack": "4.0.0",
6566
"np": "7.4.0",
66-
"nyc": "15.1.0",
6767
"power-assert": "1.6.1",
6868
"regenerator-runtime": "0.13.7"
6969
},

0 commit comments

Comments
 (0)