-
Notifications
You must be signed in to change notification settings - Fork 32
Fix python client wrt function job status 🐛 #8309
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
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests.
Additional details and impacted files@@ Coverage Diff @@
## master #8309 +/- ##
===========================================
- Coverage 87.62% 69.03% -18.60%
===========================================
Files 1940 875 -1065
Lines 75325 39282 -36043
Branches 1311 175 -1136
===========================================
- Hits 66006 27119 -38887
- Misses 8924 12106 +3182
+ Partials 395 57 -338
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
🧪 CI InsightsHere's what we observed from your CI run for 1e7750e. 🟢 All jobs passed!But CI Insights is watching 👀 |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the fix
|
@mergify queue |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thx
🛑 Configuration not compatible with a branch protection settingThe branch protection setting |



What do these changes do?
After this PR:
#8278
The osparc python client was not building anymore.
The autogenerated code contained too long filenames.
I added an explicit class for a return type instead of an alias to force a shorter name.
Related issue/s
How to test
Build python client based on this PR's openapi.json
Dev-ops
No changes