Closed Schmiddiii closed 10 months ago
Attention: 6 lines
in your changes are missing coverage. Please review.
Comparison is base (
0ad842f
) 17.12% compared to head (5b95d5f
) 17.12%. Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Seems like you miss some imports in account_manager.rs
.
Fixes #288.
Note that
BASE64_STANDARD_NO_PAD
does not work as this requires base64 to not have padding, which is also not the case for Signal. This therefore needs a custom engine.