Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RPC Implementation using multiple relays to enable async communication #25

Merged
merged 29 commits into from
Feb 29, 2024

fix: StreamRelay in MultiRPC & Tests

4c621e4
Select commit
Loading
Failed to load commit list.
Merged

RPC Implementation using multiple relays to enable async communication #25

fix: StreamRelay in MultiRPC & Tests
4c621e4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 23, 2024 in 0s

81.53% (+11.00%) compared to a5d6744

View this Pull Request on Codecov

81.53% (+11.00%) compared to a5d6744

Details

Codecov Report

Attention: Patch coverage is 93.47826% with 15 lines in your changes are missing coverage. Please review.

Project coverage is 81.53%. Comparing base (a5d6744) to head (4c621e4).
Report is 3 commits behind head on 4.x.

Files Patch % Lines
src/RPC/MultiRPC.php 94.23% 9 Missing ⚠️
src/MultiRelayHelper.php 93.61% 3 Missing ⚠️
src/SocketRelay.php 0.00% 2 Missing ⚠️
src/RPC/AbstractRPC.php 95.45% 1 Missing ⚠️
Additional details and impacted files
@@              Coverage Diff              @@
##                4.x      #25       +/-   ##
=============================================
+ Coverage     70.52%   81.53%   +11.00%     
- Complexity      120      198       +78     
=============================================
  Files             9       12        +3     
  Lines           302      509      +207     
=============================================
+ Hits            213      415      +202     
- Misses           89       94        +5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.