postgrest-py
postgrest-py copied to clipboard
Fix 830
trafficstars
What kind of change does this PR introduce?
- Fix https://github.com/supabase-community/supabase-py/issues/830
The user who reported it already closed it (by using a workaround), but the fix still applies and improves the code.
🧙 Sourcery has finished reviewing your pull request!
Tips
- Trigger a new Sourcery review by commenting
@sourcery-ai reviewon the pull request. - Continue your discussion with Sourcery by replying directly to review comments.
- You can change your review settings at any time by accessing your dashboard:
- Enable or disable the Sourcery-generated pull request summary or reviewer's guide;
- Change the review language;
- You can always contact us if you have any questions or feedback.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 95.94%. Comparing base (
b858685) to head (f69bfad). Report is 59 commits behind head on master.
Additional details and impacted files
@@ Coverage Diff @@
## master #461 +/- ##
==========================================
+ Coverage 95.72% 95.94% +0.22%
==========================================
Files 28 28
Lines 1639 1753 +114
==========================================
+ Hits 1569 1682 +113
- Misses 70 71 +1
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Please add some tests showing this fixing the same scenario from the issue you linked to.