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

Phase 1 / More test coverage #21

Merged
merged 24 commits into from
Dec 25, 2023
Merged

Phase 1 / More test coverage #21

merged 24 commits into from
Dec 25, 2023

Conversation

can-keklik
Copy link
Member

@can-keklik can-keklik commented Dec 20, 2023

  • Extensive tests and language coverage for SELECT expressions
  • AST changes
  • New module structure

@can-keklik can-keklik changed the title chore: README Phase 1 Dec 20, 2023
@codecov-commenter
Copy link

codecov-commenter commented Dec 20, 2023

Codecov Report

Attention: 41 lines in your changes are missing coverage. Please review.

Comparison is base (dd02f63) 69.71% compared to head (1ed41de) 83.35%.
Report is 1 commits behind head on main.

Files Patch % Lines
server/src/lang/serializer.rs 87.87% 20 Missing ⚠️
server/src/lang/parser.rs 88.37% 10 Missing ⚠️
server/src/runtime/mod.rs 54.54% 5 Missing ⚠️
server/src/lang/ast/sql.rs 0.00% 3 Missing ⚠️
server/src/runtime/eval.rs 99.70% 3 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##             main      #21       +/-   ##
===========================================
+ Coverage   69.71%   83.35%   +13.64%     
===========================================
  Files          23       23               
  Lines        3044     4230     +1186     
===========================================
+ Hits         2122     3526     +1404     
+ Misses        922      704      -218     

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

@can-keklik can-keklik changed the title Phase 1 Phase 1 / More test coverage Dec 25, 2023
@can-keklik can-keklik merged commit 8502485 into main Dec 25, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants