spiral / roadrunner-bridge

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

Fixes problem with making cache storage with container factory. #57

Closed butschster closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Base: 88.84% // Head: 90.64% // Increases project coverage by +1.80% :tada:

Coverage data is based on head (80f3f91) compared to base (b3135b8). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## 2.0 #57 +/- ## ============================================ + Coverage 88.84% 90.64% +1.80% Complexity 281 281 ============================================ Files 57 57 Lines 690 780 +90 ============================================ + Hits 613 707 +94 + Misses 77 73 -4 ``` | [Impacted Files](https://codecov.io/gh/spiral/roadrunner-bridge/pull/57?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=spiral) | Coverage Δ | | |---|---|---| | [src/Bootloader/CacheBootloader.php](https://codecov.io/gh/spiral/roadrunner-bridge/pull/57/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=spiral#diff-c3JjL0Jvb3Rsb2FkZXIvQ2FjaGVCb290bG9hZGVyLnBocA==) | `100.00% <100.00%> (ø)` | | | [src/Broadcasting/RoadRunnerBroadcast.php](https://codecov.io/gh/spiral/roadrunner-bridge/pull/57/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=spiral#diff-c3JjL0Jyb2FkY2FzdGluZy9Sb2FkUnVubmVyQnJvYWRjYXN0LnBocA==) | `72.72% <0.00%> (-7.28%)` | :arrow_down: | | [src/Queue/Dispatcher.php](https://codecov.io/gh/spiral/roadrunner-bridge/pull/57/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=spiral#diff-c3JjL1F1ZXVlL0Rpc3BhdGNoZXIucGhw) | `70.37% <0.00%> (-1.63%)` | :arrow_down: | | [src/Queue/OptionsFactory.php](https://codecov.io/gh/spiral/roadrunner-bridge/pull/57/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=spiral#diff-c3JjL1F1ZXVlL09wdGlvbnNGYWN0b3J5LnBocA==) | `100.00% <0.00%> (ø)` | | | [src/Bootloader/TcpBootloader.php](https://codecov.io/gh/spiral/roadrunner-bridge/pull/57/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=spiral#diff-c3JjL0Jvb3Rsb2FkZXIvVGNwQm9vdGxvYWRlci5waHA=) | `100.00% <0.00%> (ø)` | | | [src/GRPC/Interceptor/Invoker.php](https://codecov.io/gh/spiral/roadrunner-bridge/pull/57/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=spiral#diff-c3JjL0dSUEMvSW50ZXJjZXB0b3IvSW52b2tlci5waHA=) | `100.00% <0.00%> (ø)` | | | [src/Bootloader/QueueBootloader.php](https://codecov.io/gh/spiral/roadrunner-bridge/pull/57/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=spiral#diff-c3JjL0Jvb3Rsb2FkZXIvUXVldWVCb290bG9hZGVyLnBocA==) | `100.00% <0.00%> (ø)` | | | [src/Centrifugo/ServiceRegistry.php](https://codecov.io/gh/spiral/roadrunner-bridge/pull/57/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=spiral#diff-c3JjL0NlbnRyaWZ1Z28vU2VydmljZVJlZ2lzdHJ5LnBocA==) | `100.00% <0.00%> (ø)` | | | [src/Bootloader/CentrifugoBootloader.php](https://codecov.io/gh/spiral/roadrunner-bridge/pull/57/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=spiral#diff-c3JjL0Jvb3Rsb2FkZXIvQ2VudHJpZnVnb0Jvb3Rsb2FkZXIucGhw) | `100.00% <0.00%> (ø)` | | | ... and [17 more](https://codecov.io/gh/spiral/roadrunner-bridge/pull/57/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=spiral) | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=spiral). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=spiral)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.