Skip to content

Commit d40de9e

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

File tree

2 files changed

+80
-410
lines changed

2 files changed

+80
-410
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
],
2626
"scripts": {
2727
"build": "babel --delete-dir-on-start --env-name production src -d lib",
28-
"cover": "nyc --reporter=lcov npm test",
28+
"cover": "c8 --all --src src --reporter=lcov npm test",
2929
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
3030
"esdoc": "esdoc",
3131
"lint": "true",
@@ -51,14 +51,14 @@
5151
"babel-plugin-transform-remove-console": "6.9.4",
5252
"babel-plugin-unassert": "3.0.1",
5353
"babel-preset-power-assert": "3.0.0",
54+
"c8": "7.6.0",
5455
"coveralls": "3.1.0",
5556
"esdoc": "1.1.0",
5657
"esdoc-inject-script-plugin": "1.0.0",
5758
"esdoc-inject-style-plugin": "1.0.0",
5859
"esdoc-standard-plugin": "1.0.0",
5960
"fixpack": "4.0.0",
6061
"np": "7.4.0",
61-
"nyc": "15.1.0",
6262
"power-assert": "1.6.1",
6363
"regenerator-runtime": "0.13.7"
6464
},

0 commit comments

Comments
 (0)