Closed Schmiddiii closed 10 months ago
Attention: 6 lines
in your changes are missing coverage. Please review.
Comparison is base (
9af1f42
) 3.62% compared to head (1561b75
) 3.61%. Report is 2 commits behind head on main.
Files | Patch % | Lines |
---|---|---|
libsignal-service/src/websocket.rs | 0.00% | 6 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This is required to fix a panic
web socket request handler not in use
due to reuse of the same websocket between differentreceive_messages
calls.Downstream PR: https://github.com/whisperfish/presage/pull/226