Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 5 commits into from
Mar 27, 2024

清理代码

28bb518
Select commit
Loading
Failed to load commit list.
Merged

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

清理代码
28bb518
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Mar 24, 2024 in 1s

66.51% (-0.07%) compared to 55eabb4

View this Pull Request on Codecov

66.51% (-0.07%) compared to 55eabb4

Details

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 ⚠️
src/Db/SqlState.php 0.00% 13 Missing ⚠️
src/Db/Mysql/Drivers/Mysqli/Driver.php 12.50% 7 Missing ⚠️
.../Components/swoole/src/Db/Driver/Swoole/Driver.php 14.28% 6 Missing ⚠️
src/Db/Drivers/TPdoStatement.php 16.66% 5 Missing ⚠️
.../Components/pgsql/src/Db/Drivers/Swoole/Driver.php 0.00% 2 Missing ⚠️
...mponents/pgsql/src/Db/Drivers/SwooleNew/Driver.php 0.00% 2 Missing ⚠️
...nents/pgsql/src/Db/Drivers/SwooleNew/Statement.php 0.00% 2 Missing ⚠️
src/Components/pgsql/src/Db/PgsqlBase.php 0.00% 2 Missing ⚠️
...mponents/swoole/src/Db/Driver/Swoole/Statement.php 0.00% 2 Missing ⚠️
... and 2 more
Additional details and impacted files
@@             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     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.