Skip to content

Commit c5ec18f

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

File tree

2 files changed

+65
-409
lines changed

2 files changed

+65
-409
lines changed

package.json

+2-2
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",
@@ -57,14 +57,14 @@
5757
"babel-plugin-transform-remove-console": "6.9.4",
5858
"babel-plugin-unassert": "3.1.0",
5959
"babel-preset-power-assert": "3.0.0",
60+
"c8": "7.7.2",
6061
"coveralls": "3.1.0",
6162
"esdoc": "1.1.0",
6263
"esdoc-inject-script-plugin": "1.0.0",
6364
"esdoc-inject-style-plugin": "1.0.0",
6465
"esdoc-standard-plugin": "1.0.0",
6566
"fixpack": "4.0.0",
6667
"np": "7.5.0",
67-
"nyc": "15.1.0",
6868
"power-assert": "1.6.1",
6969
"regenerator-runtime": "0.13.7"
7070
},

0 commit comments

Comments
 (0)