-
-
Notifications
You must be signed in to change notification settings - Fork 735
Fixed exception handling in EventuallyPin.findAllPinned() #837
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
flovilmart
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.
Do you have a reference of something that would help iOS understand the change?
|
iOS? |
|
Us. Sorry stupid autocorrect |
|
The code in the callback starting at L172 doesn't check if the task is faulted, and assumes it's successful by iterating over the result's list. Parse-SDK-Android/Parse/src/main/java/com/parse/ParsePinningEventuallyQueue.java Line 583 in e86b920
|
Codecov Report
@@ Coverage Diff @@
## master #837 +/- ##
=========================================
Coverage 54.24% 54.24%
Complexity 1697 1697
=========================================
Files 123 123
Lines 9783 9783
Branches 1371 1371
=========================================
Hits 5307 5307
Misses 4042 4042
Partials 434 434
Continue to review full report at Codecov.
|
|
@flovilmart does my explanation helped you? No problem to close the pull request if you don't want this improvement. |
|
@flovilmart I can see the "codecov/patch" check failed, what can I do to solve this? |
|
This means that the changes (patch) are not covered by a test at all. |
No description provided.