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: Minimal planner infra #35

Merged
merged 14 commits into from
Aug 28, 2024

fix: Format

9662979
Select commit
Loading
Failed to load commit list.
Merged

Feature: Minimal planner infra #35

fix: Format
9662979
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Aug 27, 2024 in 0s

80.79% (-1.25%) compared to f319479

View this Pull Request on Codecov

80.79% (-1.25%) compared to f319479

Details

Codecov Report

Attention: Patch coverage is 34.19913% with 152 lines in your changes missing coverage. Please review.

Project coverage is 80.79%. Comparing base (f319479) to head (9662979).

Files Patch % Lines
lykiadb-server/src/engine/interpreter.rs 5.26% 54 Missing ⚠️
lykiadb-server/src/plan/planner.rs 0.00% 54 Missing ⚠️
lykiadb-server/src/engine/stdlib/json.rs 0.00% 12 Missing ⚠️
lykiadb-server/src/comm/mod.rs 0.00% 9 Missing ⚠️
lykiadb-server/src/value/environment.rs 68.18% 7 Missing ⚠️
lykiadb-server/src/engine/stdlib/fib.rs 0.00% 6 Missing ⚠️
lykiadb-lang/src/parser/mod.rs 86.11% 5 Missing ⚠️
lykiadb-server/src/plan/mod.rs 0.00% 3 Missing ⚠️
lykiadb-playground/src/lib.rs 0.00% 1 Missing ⚠️
lykiadb-playground/src/regularizer.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #35      +/-   ##
==========================================
- Coverage   82.03%   80.79%   -1.25%     
==========================================
  Files          29       30       +1     
  Lines        4815     4899      +84     
==========================================
+ Hits         3950     3958       +8     
- Misses        865      941      +76     

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