-
-
Notifications
You must be signed in to change notification settings - Fork 89
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
Removing relation child while updating nullable fk as None #1230
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #1230 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 201 201
Lines 16647 16659 +12
=========================================
+ Hits 16647 16659 +12
|
Hi, Can you add a test that fails now and that this issue fixes? |
Hi @collerek, I added the test-case. It fails without my changes and is passing with my changes. Please suggest if I can give a better name to the test-case. Here are the screenshots- |
@collerek please merge this if everything looks fine |
CodSpeed Performance ReportMerging #1230 will degrade performances by 23.48%Comparing Summary
Benchmarks breakdown
|
Fixes #1229
Removing relation child while updating nullable fk as None in descriptors.py->RelationDescriptor
Ran the test cases locally using
pytest -svv --cov=ormar --cov=tests --cov-fail-under=100 --cov-report=term-missing
All test cases passed