awslabs / mls-rs

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

Add `has_pending_commit` function to `Group` #140

Closed tomleavy closed 6 months ago

tomleavy commented 6 months ago

Description of changes:

It is useful to be able to see that a commit is pending for a group

Testing:

Incorporated exercising this function into existing tests

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 6 months ago

Codecov Report

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

Project coverage is 89.52%. Comparing base (8f7d38b) to head (754a6b5). Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #140 +/- ## ======================================= Coverage 89.52% 89.52% ======================================= Files 173 173 Lines 31450 31455 +5 ======================================= + Hits 28156 28161 +5 Misses 3294 3294 ```

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