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

chore(cubesql): Support extra_id for Session #8612

Merged
merged 3 commits into from
Aug 22, 2024

chore: fix

1db70dd
Select commit
Loading
Failed to load commit list.
Merged

chore(cubesql): Support extra_id for Session #8612

chore: fix
1db70dd
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 22, 2024 in 0s

82.51% (-0.02%) compared to b67a2f1

View this Pull Request on Codecov

82.51% (-0.02%) compared to b67a2f1

Details

Codecov Report

Attention: Patch coverage is 75.94937% with 19 lines in your changes missing coverage. Please review.

Project coverage is 82.51%. Comparing base (b67a2f1) to head (1db70dd).
Report is 2 commits behind head on master.

Files Patch % Lines
rust/cubesql/cubesql/src/sql/session_manager.rs 66.66% 11 Missing ⚠️
rust/cubesql/cubesql/src/sql/postgres/service.rs 37.50% 5 Missing ⚠️
rust/cubesql/cubesql/src/sql/session.rs 93.54% 2 Missing ⚠️
rust/cubesql/cubesql/src/compile/test/mod.rs 66.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #8612      +/-   ##
==========================================
- Coverage   82.53%   82.51%   -0.02%     
==========================================
  Files         209      209              
  Lines       76688    76711      +23     
==========================================
+ Hits        63292    63297       +5     
- Misses      13396    13414      +18     

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