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

Fix: evaluate and bitwise operator traits and refactoring #20

Merged
merged 20 commits into from
Apr 22, 2024

Conversation

AurumTheEnd
Copy link
Contributor

@AurumTheEnd AurumTheEnd commented Apr 18, 2024

Targets #10, #11 and #16.

Branch is forked from feat/truth-table, so this should be meged after #19.

Copy link

codecov bot commented Apr 18, 2024

Codecov Report

Attention: Patch coverage is 86.54709% with 30 lines in your changes are missing coverage. Please review.

Project coverage is 78.99%. Comparing base (051c063) to head (0ff14b6).

Files Patch % Lines
src/bindings/expression.rs 0.00% 7 Missing ⚠️
src/expressions/structs/expression.rs 90.90% 7 Missing ⚠️
src/bindings/table.rs 0.00% 6 Missing ⚠️
src/expressions/traits/parse.rs 0.00% 4 Missing ⚠️
src/traits/power_set.rs 60.00% 4 Missing ⚠️
src/expressions/traits/evaluate.rs 96.66% 1 Missing ⚠️
src/table/utils/valuation_to_row_index.rs 88.88% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #20      +/-   ##
==========================================
+ Coverage   71.15%   78.99%   +7.84%     
==========================================
  Files          32       39       +7     
  Lines         721      776      +55     
==========================================
+ Hits          513      613     +100     
+ Misses        208      163      -45     

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

@AurumTheEnd AurumTheEnd changed the title Fix: evaluate Fix: evaluate and bitwise operator traits Apr 18, 2024
@AurumTheEnd AurumTheEnd changed the title Fix: evaluate and bitwise operator traits Fix: evaluate and bitwise operator traits and refactoring Apr 21, 2024
@AurumTheEnd AurumTheEnd force-pushed the fix/evaluate branch 3 times, most recently from f7ce58a to 1b6efdf Compare April 22, 2024 15:53
@AurumTheEnd AurumTheEnd merged commit a1bf951 into main Apr 22, 2024
8 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
1 participant