Closed stalkopat closed 1 month ago
Attention: Patch coverage is 83.33333%
with 4 lines
in your changes missing coverage. Please review.
Project coverage is 79.90%. Comparing base (
7f6e8f6
) to head (258c2f1
). Report is 1 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
ractor_cluster/src/node/node_session/mod.rs | 33.33% | 4 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Currently remote actors are always joined into the default process group.
This patch properly joins them into the scoped groups that are transmitted by the remote node.