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 #48

Merged
merged 5 commits into from
Dec 16, 2024

fix: Simpler read

568c981
Select commit
Loading
Failed to load commit list.
Merged

feature/optimizations #48

fix: Simpler read
568c981
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 16, 2024 in 0s

91.76% (+0.10%) compared to e7454f5

View this Pull Request on Codecov

91.76% (+0.10%) compared to e7454f5

Details

Codecov Report

Attention: Patch coverage is 96.46018% with 4 lines in your changes missing coverage. Please review.

Project coverage is 91.76%. Comparing base (e7454f5) to head (568c981).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
lykiadb-server/src/value/environment.rs 97.53% 2 Missing ⚠️
lykiadb-server/src/engine/interpreter.rs 96.66% 1 Missing ⚠️
lykiadb-server/src/value/callable.rs 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #48      +/-   ##
==========================================
+ Coverage   91.65%   91.76%   +0.10%     
==========================================
  Files          31       31              
  Lines        6579     6518      -61     
==========================================
- Hits         6030     5981      -49     
+ Misses        549      537      -12     

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