imiphp / imi

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

支持枚举和联合类型的控制器方法参数 #676

Closed Yurunsoft closed 5 months ago

codecov[bot] commented 5 months ago

Codecov Report

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

Comparison is base (b9aae3b) 66.56% compared to head (9876403) 66.05%.

Files Patch % Lines
...omponents/grpc/src/Middleware/ActionMiddleware.php 21.21% 26 Missing :warning:
src/Server/Http/Middleware/ActionMiddleware.php 88.57% 4 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## 2.1 #676 +/- ## ============================================ - Coverage 66.56% 66.05% -0.51% - Complexity 11318 11335 +17 ============================================ Files 897 897 Lines 30791 30833 +42 ============================================ - Hits 20495 20366 -129 - Misses 10296 10467 +171 ```

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