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

feat: add Client::insertPayload() and slightly refactor sql logging #279

Merged
merged 1 commit into from
Jan 22, 2025

feat: add `Client::insertPayload()` and slightly refactor sql logging

ab47d31
Select commit
Loading
Failed to load commit list.
Merged

feat: add Client::insertPayload() and slightly refactor sql logging #279

feat: add `Client::insertPayload()` and slightly refactor sql logging
ab47d31
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 22, 2025 in 0s

94.60% (+1.21%) compared to 7c553f6

View this Pull Request on Codecov

94.60% (+1.21%) compared to 7c553f6

Details

Codecov Report

Attention: Patch coverage is 89.65517% with 6 lines in your changes missing coverage. Please review.

Project coverage is 94.60%. Comparing base (7c553f6) to head (ab47d31).

Files with missing lines Patch % Lines
src/Client/PsrClickHouseClient.php 90.62% 3 Missing ⚠️
src/Format/RowBinary.php 40.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #279      +/-   ##
==========================================
+ Coverage   93.39%   94.60%   +1.21%     
==========================================
  Files          38       39       +1     
  Lines         696      723      +27     
==========================================
+ Hits          650      684      +34     
+ Misses         46       39       -7     

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