Skip to content

Commit aff895a

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

File tree

2 files changed

+80
-410
lines changed

2 files changed

+80
-410
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": "true",
@@ -50,14 +50,14 @@
5050
"babel-plugin-transform-remove-console": "6.9.4",
5151
"babel-plugin-unassert": "3.0.1",
5252
"babel-preset-power-assert": "3.0.0",
53+
"c8": "7.6.0",
5354
"coveralls": "3.1.0",
5455
"esdoc": "1.1.0",
5556
"esdoc-inject-script-plugin": "1.0.0",
5657
"esdoc-inject-style-plugin": "1.0.0",
5758
"esdoc-standard-plugin": "1.0.0",
5859
"fixpack": "4.0.0",
5960
"np": "7.4.0",
60-
"nyc": "15.1.0",
6161
"power-assert": "1.6.1",
6262
"regenerator-runtime": "0.13.7"
6363
},

0 commit comments

Comments
 (0)