Skip to content

Commit 63c703b

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/9b50c2a1d7e9ab7b4bc9c9ff88892e98c5f62244/src/transforms/coverage:replace-nyc-by-c8.js Please contact the author of the transform if you believe there was an error.
1 parent 0899ea9 commit 63c703b

File tree

2 files changed

+59
-323
lines changed

2 files changed

+59
-323
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
],
3333
"scripts": {
3434
"build": "rm -rf lib && babel src -d lib",
35-
"cover": "nyc --reporter=lcov npm test",
35+
"cover": "c8 --all --src src --reporter=lcov npm test",
3636
"esdoc": "esdoc",
3737
"lint-config": "fixpack --dryRun",
3838
"lint-config-and-fix": "fixpack || fixpack",
@@ -49,14 +49,14 @@
4949
"@babel/register": "7.13.8",
5050
"@list-abstraction/specification": "10.0.0",
5151
"ava": "3.15.0",
52+
"c8": "7.12.0",
5253
"coveralls": "3.1.0",
5354
"esdoc": "1.1.0",
5455
"esdoc-inject-script-plugin": "1.0.0",
5556
"esdoc-inject-style-plugin": "1.0.0",
5657
"esdoc-standard-plugin": "1.0.0",
5758
"fixpack": "4.0.0",
58-
"np": "7.4.0",
59-
"nyc": "15.1.0"
59+
"np": "7.4.0"
6060
},
6161
"ava": {
6262
"files": [

0 commit comments

Comments
 (0)