Skip to content

chore: fix docs

bac2648
Select commit
Loading
Failed to load commit list.
Open

BE-494: HashQL: Loop-breaker selection for recursive inlining #8600

chore: fix docs
bac2648
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 19, 2026 in 1s

63.40% (+0.13%) compared to e23d524

View this Pull Request on Codecov

63.40% (+0.13%) compared to e23d524

Details

Codecov Report

❌ Patch coverage is 90.28213% with 62 lines in your changes missing coverage. Please review.
βœ… Project coverage is 63.40%. Comparing base (e23d524) to head (bac2648).

Files with missing lines Patch % Lines
...cal/hashql/core/src/graph/algorithms/tarjan/mod.rs 0.00% 22 Missing ⚠️
...shql/mir/src/pass/transform/inline/loop_breaker.rs 90.00% 9 Missing and 4 partials ⚠️
...ocal/hashql/mir/src/pass/transform/inline/tests.rs 94.62% 9 Missing and 4 partials ⚠️
...ocal/hashql/core/src/graph/algorithms/color/mod.rs 93.24% 5 Missing ⚠️
...al/hashql/core/src/graph/algorithms/color/tests.rs 96.21% 4 Missing and 1 partial ⚠️
...@local/hashql/mir/src/pass/transform/inline/mod.rs 89.65% 1 Missing and 2 partials ⚠️
...local/hashql/mir/src/pass/transform/inline/find.rs 0.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@                                     Coverage Diff                                      @@
##           bm/be-482-hashql-remove-logical-not-from-unary-operators    #8600      +/-   ##
============================================================================================
+ Coverage                                                     63.27%   63.40%   +0.13%     
============================================================================================
  Files                                                          1384     1387       +3     
  Lines                                                        144232   144810     +578     
  Branches                                                       5891     5919      +28     
============================================================================================
+ Hits                                                          91258    91817     +559     
- Misses                                                        52014    52022       +8     
- Partials                                                        960      971      +11     

β˜” 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.