-
Notifications
You must be signed in to change notification settings - Fork 932
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
misc(blob/service)!: return empty values in case blobs were not found #3223
Conversation
This is technically API breaking as someone could depend on the error, so we should mark it as so |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3223 +/- ##
==========================================
- Coverage 44.83% 44.50% -0.33%
==========================================
Files 265 273 +8
Lines 14620 15402 +782
==========================================
+ Hits 6555 6855 +300
- Misses 7313 7738 +425
- Partials 752 809 +57 ☔ View full report in Codecov by Sentry. |
Isn't this breaking? why were tags and ! removed? |
Reworked to non-breaking. |
makes sense, thanks! and in this feature, if there are no blobs, empty vector is returned? is there anything else that changes from a user perspective? |
8d78a3b
Resolves #3192 , #3292