Closed ms-lolo closed 1 month ago
Attention: Patch coverage is 41.74757%
with 60 lines
in your changes missing coverage. Please review.
Project coverage is 61.83%. Comparing base (
14a9dae
) to head (88e58ce
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
trying to tackle some performance issues and improving the api for defining service groups by making group providers generators.
this api breaking change should only require
return
statements in service group providers to be switched toyield
along with the necessary type annotation change toIterator[T_ServiceType]
.this pr also renames a few private details and makes
rats.examples
public. my goal for the examples package is to turn it into an app that allows others to register examples as they develop libraries.