BREAKING CHANGE: Calling Parse.Query.subscribe()
will now return a rejected promise if an error is thrown in Cloud Code Triggers beforeConnect
or beforeSubscribe
; in previous releases a resolved promise was returned, even if subscribing failed and it was necessary to create an error.on
listener to handle these errors (#1490)
No files changed.
Files | Coverage |
---|---|
src | 99.90% |
Project Totals (61 files) | 99.90% |
3466934389
Sunburst
The inner-most circle is the entire project, moving away from the center are folders then, finally, a single file.
The size and color of each slice is representing the number of statements and the coverage, respectively.
Icicle
The top section represents the entire project. Proceeding with folders and finally individual files.
The size and color of each slice is representing the number of statements and the coverage, respectively.