spiral / roadrunner-bridge

🌉 RoadRunner bridge to Spiral Framework
https://spiral.dev/docs/packages-roadrunner-bridge
MIT License
13 stars 6 forks source link

Adding TCP support #12

Closed msmakouz closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #12 (b6ba4e3) into master (53ccad8) will increase coverage by 1.91%. The diff coverage is 99.26%.

@@             Coverage Diff              @@
##             master      #12      +/-   ##
============================================
+ Coverage     90.76%   92.68%   +1.91%     
- Complexity      113      178      +65     
============================================
  Files            23       36      +13     
  Lines           390      506     +116     
============================================
+ Hits            354      469     +115     
- Misses           36       37       +1     
Impacted Files Coverage Δ
src/Tcp/Dispatcher.php 94.11% <94.11%> (ø)
src/Bootloader/TcpBootloader.php 100.00% <100.00%> (ø)
src/Config/TcpConfig.php 100.00% <100.00%> (ø)
src/Tcp/Interceptor/Exception/InvalidException.php 100.00% <100.00%> (ø)
src/Tcp/Interceptor/InterceptorRegistry.php 100.00% <100.00%> (ø)
src/Tcp/Response/CloseConnection.php 100.00% <100.00%> (ø)
src/Tcp/Response/ContinueRead.php 100.00% <100.00%> (ø)
src/Tcp/Response/RespondMessage.php 100.00% <100.00%> (ø)
src/Tcp/Server.php 100.00% <100.00%> (ø)
src/Tcp/Service/Exception/InvalidException.php 100.00% <100.00%> (ø)
... and 12 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 53ccad8...b6ba4e3. Read the comment docs.