-
Notifications
You must be signed in to change notification settings - Fork 264
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change args to list #508
Change args to list #508
Conversation
CodSpeed Performance ReportMerging #508 Summary
|
@realDragonium yes, this is what @adriangb was talking about in that issue. Looks good to me but I'll defer to the others. |
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more Additional details and impacted files@@ Coverage Diff @@
## main #508 +/- ##
==========================================
+ Coverage 94.58% 94.59% +0.01%
==========================================
Files 93 93
Lines 12014 12047 +33
Branches 25 25
==========================================
+ Hits 11363 11396 +33
Misses 644 644
Partials 7 7
... and 4 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
great, thank you so much. |
Could this be the change requested by fix #446?
*args
arguments fromcore_schema.py
to use typelist
instead