Closed dfarr closed 2 months ago
Attention: Patch coverage is 86.66667%
with 2 lines
in your changes missing coverage. Please review.
Project coverage is 57.20%. Comparing base (
e5cdc6e
) to head (8175fa1
). Report is 2 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
internal/app/coroutines/completePromise.go | 84.61% | 2 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
When a request to create a callback is made against a promise that is already completed, the response will contain a 200 code along with the promise information. The caller can use this information to immediately continue. The 200 response code contrasts to a 201 that is returned in the case where the promise is pending and a callback is created.