Closed anthony-swirldslabs closed 2 months ago
Attention: Patch coverage is 89.47368%
with 8 lines
in your changes missing coverage. Please review.
Project coverage is 59.18%. Comparing base (
3158b49
) to head (f389197
). Report is 4 commits behind head on develop.
Coverage variation | Diff coverage |
---|---|
:white_check_mark: +0.03% (target: -1.00%) | :white_check_mark: 92.11% |
Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more
Description: Introducing the
RosterRetriever
utility class that allows one to retrieve an active Roster for a given State.This is a prerequisite to enable refactoring of the Platform code to replace all usages of the AddressBook with using the Roster instead. Places in code that currently fetch the AddressBook directly from the PlatformState will instead call this utility to retrieve the Roster.
Related issue(s):
Fixes #14995
Notes for reviewer: Unit tests pass.
Checklist