Skip to content

refactor(cubesql): Make Postgres authentication extensible

Codecov / codecov/project succeeded Sep 14, 2024 in 0s

82.61% (-0.02%) compared to 7096242

View this Pull Request on Codecov

82.61% (-0.02%) compared to 7096242

Details

Codecov Report

Attention: Patch coverage is 72.60274% with 40 lines in your changes missing coverage. Please review.

Project coverage is 82.61%. Comparing base (7096242) to head (9cd13af).
Report is 3 commits behind head on master.

Files with missing lines Patch % Lines
rust/cubesql/cubesql/src/sql/postgres/shim.rs 62.00% 19 Missing ⚠️
...ubesql/cubesql/src/sql/postgres/pg_auth_service.rs 73.91% 12 Missing ⚠️
rust/cubesql/pg-srv/src/buffer.rs 78.12% 7 Missing ⚠️
rust/cubesql/cubesql/src/config/mod.rs 83.33% 1 Missing ⚠️
rust/cubesql/pg-srv/src/protocol.rs 88.88% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #8709      +/-   ##
==========================================
- Coverage   82.62%   82.61%   -0.02%     
==========================================
  Files         212      213       +1     
  Lines       77343    77407      +64     
==========================================
+ Hits        63906    63949      +43     
- Misses      13437    13458      +21     

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