Skip to content

Commit db36b7d

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

File tree

2 files changed

+58
-297
lines changed

2 files changed

+58
-297
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
],
2727
"scripts": {
2828
"build": "rm -rf lib && babel src -d lib",
29-
"cover": "nyc --reporter=lcov npm test",
29+
"cover": "c8 --all --src src --reporter=lcov npm test",
3030
"esdoc": "esdoc",
3131
"lint-config": "fixpack --dryRun",
3232
"lint-config-and-fix": "fixpack || fixpack",
@@ -53,14 +53,14 @@
5353
"@babel/register": "7.13.8",
5454
"@iterable-iterator/list": "^1.0.1",
5555
"ava": "3.15.0",
56+
"c8": "7.7.3",
5657
"coveralls": "3.1.0",
5758
"esdoc": "1.1.0",
5859
"esdoc-inject-script-plugin": "1.0.0",
5960
"esdoc-inject-style-plugin": "1.0.0",
6061
"esdoc-standard-plugin": "1.0.0",
6162
"fixpack": "4.0.0",
62-
"np": "7.4.0",
63-
"nyc": "15.1.0"
63+
"np": "7.4.0"
6464
},
6565
"ava": {
6666
"files": [

0 commit comments

Comments
 (0)