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

feature/planner #50

Merged
merged 11 commits into from
Jan 21, 2025

fix: Clippy

e068bf3
Select commit
Loading
Failed to load commit list.
Merged

feature/planner #50

fix: Clippy
e068bf3
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 21, 2025 in 1s

92.33% (+0.34%) compared to 8339ad8

View this Pull Request on Codecov

92.33% (+0.34%) compared to 8339ad8

Details

Codecov Report

Attention: Patch coverage is 90.09009% with 22 lines in your changes missing coverage. Please review.

Project coverage is 92.33%. Comparing base (8339ad8) to head (e068bf3).

Files with missing lines Patch % Lines
lykiadb-server/src/engine/stdlib/dtype.rs 55.55% 16 Missing ⚠️
lykiadb-lang/src/ast/expr.rs 77.77% 2 Missing ⚠️
lykiadb-server/src/value/mod.rs 93.75% 2 Missing ⚠️
lykiadb-server/src/comm/mod.rs 0.00% 1 Missing ⚠️
lykiadb-server/src/engine/interpreter.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #50      +/-   ##
==========================================
+ Coverage   91.98%   92.33%   +0.34%     
==========================================
  Files          32       34       +2     
  Lines        6500     6585      +85     
==========================================
+ Hits         5979     6080     +101     
+ Misses        521      505      -16     

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