Skip to content

Commit f8e1976

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

File tree

2 files changed

+59
-298
lines changed

2 files changed

+59
-298
lines changed

‎package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
],
2929
"scripts": {
3030
"build": "babel src -d lib",
31-
"cover": "nyc --reporter=lcov npm test",
31+
"cover": "c8 --all --src src --reporter=lcov npm test",
3232
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
3333
"esdoc": "esdoc",
3434
"lint": "true",
@@ -52,14 +52,14 @@
5252
"babel-plugin-transform-remove-console": "6.9.4",
5353
"babel-plugin-unassert": "3.0.1",
5454
"babel-preset-power-assert": "3.0.0",
55+
"c8": "7.8.0",
5556
"coveralls": "3.1.0",
5657
"esdoc": "1.1.0",
5758
"esdoc-inject-script-plugin": "1.0.0",
5859
"esdoc-inject-style-plugin": "1.0.0",
5960
"esdoc-standard-plugin": "1.0.0",
6061
"fixpack": "4.0.0",
6162
"np": "7.4.0",
62-
"nyc": "15.1.0",
6363
"power-assert": "1.6.1"
6464
},
6565
"ava": {

0 commit comments

Comments
 (0)