Closed richvdh closed 7 months ago
Attention: Patch coverage is 81.48148%
with 5 lines
in your changes are missing coverage. Please review.
Project coverage is 84.65%. Comparing base (
7a1887f
) to head (5599cef
). Report is 1 commits behind head on main.
Files | Patch % | Lines |
---|---|---|
src/olm/session/double_ratchet.rs | 81.81% | 4 Missing :warning: |
src/olm/session/receiver_chain.rs | 50.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@poljar: have added some tests. Let me know what you think. Happy to add more if you have suggestions.
In order to help understand Olm decryption errors, let's keep track of the number of DH ratchet clicks, and log them as part of the debug output.