-
Notifications
You must be signed in to change notification settings - Fork 297
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
refactor(core): Update with_overrides signatures and type hints #2323
Conversation
Signed-off-by: Kevin Su <pingsutw@gmail.com>
cc @fg91 since you're also using |
@fellhorn fyi |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2323 +/- ##
==========================================
- Coverage 78.69% 71.62% -7.08%
==========================================
Files 187 187
Lines 19257 19211 -46
Branches 4029 2784 -1245
==========================================
- Hits 15155 13759 -1396
- Misses 3404 4774 +1370
+ Partials 698 678 -20 ☔ View full report in Codecov by Sentry. |
Thanks, we need to ignore the It's either having type hints for the Promise types for us or having type checks for task & workflow inputs & outputs. |
@fellhorn could we merge this first and then figure out the type issue later? this will allow us to see the type hint in the IDE for |
Sorry, I overlooked your message. |
Tracking issue
NA
Why are the changes needed?
Cannot know the args that with_override take
What changes were proposed in this pull request?
Update with_overrides signatures and type hints
How was this patch tested?
local
Setup process
NA
Screenshots
Check all the applicable boxes
Related PRs
NA
Docs link
NA