Skip to content

chore: fix docs

199a2be
Select commit
Loading
Failed to load commit list.
Open

BE-455: HashQL: Introduce evaluation orchestrator #8586

chore: fix docs
199a2be
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 12, 2026 in 0s

63.08% (+0.18%) compared to 50368b6

View this Pull Request on Codecov

63.08% (+0.18%) compared to 50368b6

Details

Codecov Report

❌ Patch coverage is 73.35053% with 723 lines in your changes missing coverage. Please review.
βœ… Project coverage is 63.08%. Comparing base (50368b6) to head (199a2be).

Files with missing lines Patch % Lines
libs/@local/hashql/eval/src/orchestrator/error.rs 0.00% 249 Missing ⚠️
libs/@local/hashql/compiletest/src/pipeline.rs 0.00% 123 Missing ⚠️
...ibs/@local/hashql/eval/src/orchestrator/partial.rs 88.32% 66 Missing and 1 partial ⚠️
...bs/@local/hashql/eval/src/orchestrator/postgres.rs 66.17% 46 Missing ⚠️
...src/store/postgres/query/expression/conditional.rs 0.00% 41 Missing ⚠️
...hashql/eval/src/orchestrator/request/graph_read.rs 87.16% 31 Missing and 3 partials ⚠️
...l/hashql/eval/src/orchestrator/codec/decode/mod.rs 83.58% 24 Missing and 9 partials ⚠️
libs/@local/hashql/eval/src/postgres/types.rs 51.02% 21 Missing and 3 partials ⚠️
libs/@local/hashql/eval/src/orchestrator/mod.rs 78.21% 22 Missing ⚠️
...hashql/eval/src/orchestrator/codec/decode/tests.rs 94.47% 10 Missing and 10 partials ⚠️
... and 7 more
Additional details and impacted files
@@                                           Coverage Diff                                           @@
##           bm/be-523-hashql-suspendable-interpreter-with-structured-values-and    #8586      +/-   ##
=======================================================================================================
+ Coverage                                                                62.90%   63.08%   +0.18%     
=======================================================================================================
  Files                                                                     1369     1383      +14     
  Lines                                                                   140713   143354    +2641     
  Branches                                                                  5833     5885      +52     
=======================================================================================================
+ Hits                                                                     88509    90436    +1927     
- Misses                                                                   51273    51960     +687     
- Partials                                                                   931      958      +27     

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