Skip to content

chore: fix doctests

9668365
Select commit
Loading
Failed to load commit list.
Open

BE-482: HashQL: Remove logical not from MIR and fix postgres boolean lowering #8595

chore: fix doctests
9668365
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 20, 2026 in 1s

63.27% (-0.01%) compared to 6362b29

View this Pull Request on Codecov

63.27% (-0.01%) compared to 6362b29

Details

Codecov Report

❌ Patch coverage is 78.97727% with 37 lines in your changes missing coverage. Please review.
βœ… Project coverage is 63.27%. Comparing base (6362b29) to head (9668365).

Files with missing lines Patch % Lines
libs/@local/hashql/eval/src/postgres/filter/mod.rs 83.56% 12 Missing ⚠️
libs/@local/hashql/mir/src/body/rvalue/unary.rs 33.33% 10 Missing ⚠️
libs/@local/hashql/eval/src/postgres/types.rs 55.00% 9 Missing ⚠️
...hashql/mir/src/pass/transform/inst_simplify/mod.rs 20.00% 4 Missing ⚠️
libs/@local/hashql/eval/src/postgres/error.rs 0.00% 1 Missing ⚠️
libs/@local/hashql/mir/src/reify/rvalue.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@                                         Coverage Diff                                         @@
##           bm/be-474-hashql-take-into-account-terminators-eligibility-when    #8595      +/-   ##
===================================================================================================
- Coverage                                                            63.27%   63.27%   -0.01%     
===================================================================================================
  Files                                                                 1382     1383       +1     
  Lines                                                               144076   144231     +155     
  Branches                                                              5892     5890       -2     
===================================================================================================
+ Hits                                                                 91171    91256      +85     
- Misses                                                               51945    52015      +70     
  Partials                                                               960      960              

β˜” View full report in Codecov by Sentry.
πŸ“’ Have feedback on the report? Share it here.

πŸš€ New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • πŸ“¦ JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.