Closed cbaker6 closed 2 years ago
Base: 90.14% // Head: 90.17% // Increases project coverage by +0.03%
:tada:
Coverage data is based on head (
965865a
) compared to base (085f5ad
). Patch coverage: 92.72% of modified lines in pull request are covered.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
New Pull Request Checklist
Issue Description
Xcode 14 throws purple warnings for
hang risk
at runtime due to asynchronoussave/create/update/replace
needing to deep saveParseObject
's synchronously. It's okay for synchronous calls to have this warning as developers are choosing to hold the thread (because of the synchronous call), but this should not occur for async calls.Related issue: #n/a
Approach
ParseError
even though the server is wrong. This happens when the error thrown from the Parse Server only containserror
ormessage
, but does not contain acode
.TODOs before merging