Skip to content

BE-71: HashQL: Consolidate AST special-form expansion stages into one - #8870

Merged
indietyp merged 56 commits into
mainfrom
bm/be-71-hashql-consider-merging-ast-stages
Jul 7, 2026
Merged

BE-71: HashQL: Consolidate AST special-form expansion stages into one#8870
indietyp merged 56 commits into
mainfrom
bm/be-71-hashql-consider-merging-ast-stages

chore: docs

13877fc
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 7, 2026 in 1s

79.04% (+19.61%) compared to 3db2f69

View this Pull Request on Codecov

79.04% (+19.61%) compared to 3db2f69

Details

Codecov Report

❌ Patch coverage is 90.48125% with 269 lines in your changes missing coverage. Please review.
✅ Project coverage is 79.04%. Comparing base (3db2f69) to head (13877fc).
⚠️ Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
libs/@local/hashql/ast/src/lower/expander/error.rs 85.04% 178 Missing and 14 partials ⚠️
libs/@local/hashql/ast/src/lower/mod.rs 0.00% 50 Missing ⚠️
libs/@local/hashql/ast/src/lower/expander/mod.rs 91.06% 16 Missing and 5 partials ⚠️
libs/@local/hashql/ast/src/lower/expander/type.rs 99.37% 0 Missing and 2 partials ⚠️
libs/@local/graph/api/src/rest/hashql/compile.rs 0.00% 1 Missing ⚠️
libs/@local/hashql/ast/src/lower/error.rs 0.00% 1 Missing ⚠️
...ibs/@local/hashql/ast/src/lower/expander/access.rs 98.83% 0 Missing and 1 partial ⚠️
...l/hashql/ast/src/lower/type_extractor/translate.rs 83.33% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##             main    #8870       +/-   ##
===========================================
+ Coverage   59.42%   79.04%   +19.61%     
===========================================
  Files        1357      328     -1029     
  Lines      131847    47047    -84800     
  Branches     6018     1202     -4816     
===========================================
- Hits        78352    37186    -41166     
+ Misses      52565     9450    -43115     
+ Partials      930      411      -519     

☔ View full report in Codecov by Harness.
📢 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.