awslabs / mls-rs

An implementation of Messaging Layer Security (RFC 9420)
Apache License 2.0
99 stars 19 forks source link

Add RemoveProposal to the Removed case of CommitEffect #176

Closed tomleavy closed 3 months ago

tomleavy commented 3 months ago

Description of Changes:

The removed case of CommitEffect didn't provide any details about who removed you, so we should provide the proposal that triggered your removal

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT license.

codecov-commenter commented 3 months ago

Codecov Report

Attention: Patch coverage is 95.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 89.94%. Comparing base (fc5ea84) to head (48882ec).

Files Patch % Lines
mls-rs-uniffi/src/lib.rs 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #176 +/- ## ======================================= Coverage 89.94% 89.94% ======================================= Files 175 175 Lines 31084 31091 +7 ======================================= + Hits 27959 27966 +7 Misses 3125 3125 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.