Closed mulmarta closed 2 months ago
Attention: Patch coverage is 95.33898%
with 11 lines
in your changes missing coverage. Please review.
Project coverage is 90.00%. Comparing base (
e1fba48
) to head (f483afd
).
Files with missing lines | Patch % | Lines |
---|---|---|
mls-rs/src/group/mod.rs | 92.79% | 8 Missing :warning: |
mls-rs/src/group/util.rs | 93.75% | 2 Missing :warning: |
mls-rs/src/client.rs | 98.87% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Add APIs to decrypt group info from welcome message (without tree) and validate group info (without tree). They may be useful.
Code in group/mod.rs was copied to a new function but not modified
Testing:
Added unit test
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT license.