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

feat!: OpEnum trait for common opdef functionality #721

Merged
merged 14 commits into from
Nov 29, 2023

fix issue link

820fec2
Select commit
Loading
Failed to load commit list.
Merged

feat!: OpEnum trait for common opdef functionality #721

fix issue link
820fec2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 29, 2023 in 1s

84.42% (+0.05%) compared to d00dc3f

View this Pull Request on Codecov

84.42% (+0.05%) compared to d00dc3f

Details

Codecov Report

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

Comparison is base (d00dc3f) 84.36% compared to head (820fec2) 84.42%.
Report is 1 commits behind head on main.

Files Patch % Lines
src/std_extensions/logic.rs 76.66% 13 Missing and 1 partial ⚠️
src/extension/simple_op.rs 91.26% 2 Missing and 7 partials ⚠️
src/extension/op_def.rs 90.47% 0 Missing and 2 partials ⚠️
src/ops/leaf.rs 71.42% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #721      +/-   ##
==========================================
+ Coverage   84.36%   84.42%   +0.05%     
==========================================
  Files          66       67       +1     
  Lines       13244    13333      +89     
  Branches    13244    13333      +89     
==========================================
+ Hits        11173    11256      +83     
  Misses       1292     1292              
- Partials      779      785       +6     

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