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/optimizations #49

Merged
merged 4 commits into from
Dec 16, 2024

fix: clippy

337c29c
Select commit
Loading
Failed to load commit list.
Merged

feature/optimizations #49

fix: clippy
337c29c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 16, 2024 in 0s

91.98% (+0.22%) compared to 568c981

View this Pull Request on Codecov

91.98% (+0.22%) compared to 568c981

Details

Codecov Report

Attention: Patch coverage is 72.41379% with 24 lines in your changes missing coverage. Please review.

Project coverage is 91.98%. Comparing base (568c981) to head (337c29c).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
lykiadb-lang/src/ast/mod.rs 76.31% 9 Missing ⚠️
lykiadb-lang/src/lib.rs 59.09% 9 Missing ⚠️
lykiadb-server/src/engine/interpreter.rs 0.00% 3 Missing ⚠️
lykiadb-shell/src/main.rs 0.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #49      +/-   ##
==========================================
+ Coverage   91.76%   91.98%   +0.22%     
==========================================
  Files          31       32       +1     
  Lines        6518     6500      -18     
==========================================
- Hits         5981     5979       -2     
+ Misses        537      521      -16     

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