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/e086830dfe927964be93f46b8ecdacd2597eb487/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 25, 2021
1 parent da40371 commit df8a20e
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 276 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,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 @@ -44,14 +44,14 @@
"@babel/preset-env": "7.13.12",
"@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
Loading

0 comments on commit df8a20e

Please sign in to comment.