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

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

feat: Datatypes

77f23b8
Select commit
Loading
Failed to load commit list.
Open

feature/planner #50

feat: Datatypes
77f23b8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 29, 2024 in 1s

92.23% (+0.25%) compared to 8339ad8

View this Pull Request on Codecov

92.23% (+0.25%) compared to 8339ad8

Details

Codecov Report

Attention: Patch coverage is 86.70213% with 25 lines in your changes missing coverage. Please review.

Project coverage is 92.23%. Comparing base (8339ad8) to head (77f23b8).

Files with missing lines Patch % Lines
lykiadb-server/src/value/mod.rs 62.50% 12 Missing ⚠️
lykiadb-server/src/value/datatype.rs 66.66% 5 Missing ⚠️
lykiadb-server/src/engine/stdlib/dtype.rs 63.63% 4 Missing ⚠️
lykiadb-lang/src/ast/expr.rs 77.77% 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.23%   +0.25%     
==========================================
  Files          32       34       +2     
  Lines        6500     6555      +55     
==========================================
+ Hits         5979     6046      +67     
+ Misses        521      509      -12     

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