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

支持后置 Where 条件 #695

Closed Yurunsoft closed 2 months ago

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 84.44444% with 7 lines in your changes are missing coverage. Please review.

Project coverage is 66.48%. Comparing base (afb2950) to head (f4d7c2c).

Files Patch % Lines
src/Db/Query/WhereCollector.php 40.00% 3 Missing :warning:
src/Db/Query/Traits/TWhereCollector.php 0.00% 2 Missing :warning:
src/Db/Query/Builder/BaseBuilder.php 91.66% 1 Missing :warning:
src/Model/SoftDelete/Traits/TSoftDelete.php 85.71% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## 2.1 #695 +/- ## ============================================ + Coverage 66.46% 66.48% +0.02% - Complexity 11334 11343 +9 ============================================ Files 898 898 Lines 30875 30891 +16 ============================================ + Hits 20521 20539 +18 + Misses 10354 10352 -2 ```

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