Skip to content

chore: fix docs

bd2e8f9
Select commit
Loading
Failed to load commit list.
Open

BE-455: HashQL: Introduce evaluation orchestrator #8586

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

63.42% (-4.82%) compared to e2fda5b

View this Pull Request on Codecov

63.42% (-4.82%) compared to e2fda5b

Details

Codecov Report

❌ Patch coverage is 73.35053% with 723 lines in your changes missing coverage. Please review.
βœ… Project coverage is 63.42%. Comparing base (e2fda5b) to head (bd2e8f9).

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                                                                68.23%   63.42%   -4.82%     
=======================================================================================================
  Files                                                                      928     1273     +345     
  Lines                                                                    88871   136970   +48099     
  Branches                                                                  4618     5513     +895     
=======================================================================================================
+ Hits                                                                     60645    86871   +26226     
- Misses                                                                   27621    49190   +21569     
- Partials                                                                   605      909     +304     

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