imiphp / imi

imi 是一款支持长连接微服务分布式的 PHP 开发框架,它可以运行在 PHP-FPM、Swoole、Workerman、RoadRunner 等多种容器环境下。它支持 HttpApi、WebSocket、TCP、UDP、MQTT 服务的开发。特别适合互联网微服务、即时通讯聊天im、物联网等场景!QQ群:17916227
https://www.imiphp.com
Other
1.17k stars 172 forks source link

修复 RequestContext::exists() #671

Closed Yurunsoft closed 8 months ago

codecov[bot] commented 8 months ago

Codecov Report

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

Comparison is base (9fb44f3) 65.97% compared to head (e64eceb) 66.54%.

Files Patch % Lines
...nts/swoole/src/Context/CoroutineContextManager.php 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## 2.1 #671 +/- ## ============================================ + Coverage 65.97% 66.54% +0.57% Complexity 11287 11287 ============================================ Files 897 897 Lines 30732 30732 ============================================ + Hits 20275 20452 +177 + Misses 10457 10280 -177 ```

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