fre5h / CentrifugoBundle

📦 Provides communication with web-socket server Centrifugo in Symfony applications.
https://centrifugal.github.io/centrifugo/
MIT License
74 stars 8 forks source link

Upgrade to Centrifugo v4 #29

Closed fre5h closed 7 months ago

fre5h commented 1 year ago

Fixes #20

codecov[bot] commented 1 year ago

Codecov Report

Attention: 11 lines in your changes are missing coverage. Please review.

Comparison is base (b91ab0d) 100.00% compared to head (c1fb5fd) 99.07%. Report is 2 commits behind head on main.

Files Patch % Lines
Service/FakeCentrifugo.php 75.00% 2 Missing :warning:
Command/BroadcastCommand.php 94.44% 1 Missing :warning:
Command/ChannelsCommand.php 94.11% 1 Missing :warning:
Command/HistoryCommand.php 95.23% 1 Missing :warning:
Command/HistoryRemoveCommand.php 80.00% 1 Missing :warning:
Command/PresenceCommand.php 90.00% 1 Missing :warning:
Command/PresenceStatsCommand.php 85.71% 1 Missing :warning:
Command/PublishCommand.php 94.44% 1 Missing :warning:
Command/SubscribeCommand.php 98.18% 1 Missing :warning:
Command/UnsubscribeCommand.php 93.33% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #29 +/- ## ============================================= - Coverage 100.00% 99.07% -0.93% - Complexity 222 377 +155 ============================================= Files 43 68 +25 Lines 674 1193 +519 ============================================= + Hits 674 1182 +508 - Misses 0 11 +11 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.