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

Truth tables #19

Merged
merged 35 commits into from
Apr 22, 2024

feat(tests): added tests to increase display_formatted coverage

3a428d8
Select commit
Loading
Failed to load commit list.
Merged

Truth tables #19

feat(tests): added tests to increase display_formatted coverage
3a428d8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 22, 2024 in 1s

71.15% (+2.29%) compared to eb6944c

View this Pull Request on Codecov

71.15% (+2.29%) compared to eb6944c

Details

Codecov Report

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

Project coverage is 71.15%. Comparing base (eb6944c) to head (3a428d8).

Files Patch % Lines
src/bindings/table.rs 0.00% 34 Missing ⚠️
src/table/csv/error.rs 0.00% 11 Missing ⚠️
src/table/utils/valuation_to_row_index.rs 56.52% 10 Missing ⚠️
src/table/mod.rs 88.00% 6 Missing ⚠️
src/table/csv/from_csv.rs 93.33% 5 Missing ⚠️
src/table/traits/evaluate.rs 42.85% 4 Missing ⚠️
src/table/traits/power_set.rs 42.85% 4 Missing ⚠️
src/bindings/expression.rs 0.00% 2 Missing ⚠️
src/table/traits/gather_literals.rs 0.00% 2 Missing ⚠️
src/bindings/mod.rs 0.00% 1 Missing ⚠️
... and 1 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #19      +/-   ##
==========================================
+ Coverage   68.85%   71.15%   +2.29%     
==========================================
  Files          17       32      +15     
  Lines         411      721     +310     
==========================================
+ Hits          283      513     +230     
- Misses        128      208      +80     

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