-
Notifications
You must be signed in to change notification settings - Fork 32
🐛 null annotations can now be copied
#8193
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
🐛 null annotations can now be copied
#8193
Conversation
services/web/server/src/simcore_service_webserver/projects/utils.py
Outdated
Show resolved
Hide resolved
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #8193 +/- ##
==========================================
- Coverage 88.03% 85.33% -2.71%
==========================================
Files 1907 738 -1169
Lines 73282 33770 -39512
Branches 1302 176 -1126
==========================================
- Hits 64514 28816 -35698
+ Misses 8380 4896 -3484
+ Partials 388 58 -330
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
|
matusdrobuliak66
left a comment
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
|
Force merged at @GitHK request |



What do these changes do?
None.copy()does not exist if the annotation field is empty. Usingdeepcopywhich can deal with such edge casesRelated issue/s
How to test
Dev-ops