awslabs / mls-rs

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

Add sender index to join output #182

Closed mulmarta closed 3 months ago

mulmarta commented 3 months ago

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

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 89.98%. Comparing base (7ccb9d8) to head (dd0164f).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #182 +/- ## ======================================= Coverage 89.98% 89.98% ======================================= Files 175 175 Lines 31123 31127 +4 ======================================= + Hits 28006 28010 +4 Misses 3117 3117 ```

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

tomleavy commented 3 months ago

Cool, can you bump the version to avoid another PR for that?

mulmarta commented 3 months ago

Cool, can you bump the version to avoid another PR for that?

Done