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

修复 MySQL 检查是否离线的错误码索引 #686

Closed Yurunsoft closed 3 months ago

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 66.51%. Comparing base (55eabb4) to head (28bb518).

Files Patch % Lines
src/Db/Drivers/TPdoDriver.php 8.00% 23 Missing :warning:
src/Db/SqlState.php 0.00% 13 Missing :warning:
src/Db/Mysql/Drivers/Mysqli/Driver.php 12.50% 7 Missing :warning:
.../Components/swoole/src/Db/Driver/Swoole/Driver.php 14.28% 6 Missing :warning:
src/Db/Drivers/TPdoStatement.php 16.66% 5 Missing :warning:
.../Components/pgsql/src/Db/Drivers/Swoole/Driver.php 0.00% 2 Missing :warning:
...mponents/pgsql/src/Db/Drivers/SwooleNew/Driver.php 0.00% 2 Missing :warning:
...nents/pgsql/src/Db/Drivers/SwooleNew/Statement.php 0.00% 2 Missing :warning:
src/Components/pgsql/src/Db/PgsqlBase.php 0.00% 2 Missing :warning:
...mponents/swoole/src/Db/Driver/Swoole/Statement.php 0.00% 2 Missing :warning:
... and 2 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## 2.1 #686 +/- ## ============================================ - Coverage 66.58% 66.51% -0.07% + Complexity 11338 11334 -4 ============================================ Files 897 898 +1 Lines 30841 30873 +32 ============================================ Hits 20535 20535 - Misses 10306 10338 +32 ```

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