Skip to content

Commit

Permalink
🤖 chore: Use c8 instead of nyc.
Browse files Browse the repository at this point in the history
These changes were automatically generated by a transform whose code can be found at:
  - https://github.com/aureooms/rejuvenate/blob/a5a57b70ac6fd6fb77fdab32e6b7be7519ce9564/src/transforms/coverage:replace-nyc-by-c8.js
Please contact the author of the transform if you believe there was an error.
  • Loading branch information
a-flying-potato authored and make-github-pseudonymous-again committed Mar 17, 2021
1 parent ba6df23 commit f5ae206
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 428 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -33,7 +33,7 @@
],
"scripts": {
"build": "rm -rf lib && babel src -d lib",
"cover": "nyc --reporter=lcov npm test",
"cover": "c8 --all --src src --reporter=lcov npm test",
"esdoc": "esdoc",
"lint-config": "fixpack --dryRun",
"lint-config-and-fix": "fixpack || fixpack",
Expand All @@ -49,14 +49,14 @@
"@babel/preset-env": "7.13.10",
"@babel/register": "7.13.8",
"ava": "3.15.0",
"c8": "7.6.0",
"coveralls": "3.1.0",
"esdoc": "1.1.0",
"esdoc-inject-script-plugin": "1.0.0",
"esdoc-inject-style-plugin": "1.0.0",
"esdoc-standard-plugin": "1.0.0",
"fixpack": "4.0.0",
"np": "7.4.0",
"nyc": "15.1.0"
"np": "7.4.0"
},
"ava": {
"files": [
Expand Down

0 comments on commit f5ae206

Please sign in to comment.