Skip to content

fix: library features

575ea9f
Select commit
Loading
Failed to load commit list.
Merged

BE-428: HashQL: Simplify traversal tracking to path recording #8498

fix: library features
575ea9f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 7, 2026 in 0s

67.29% (+5.21%) compared to 7cd1d95

View this Pull Request on Codecov

67.29% (+5.21%) compared to 7cd1d95

Details

Codecov Report

❌ Patch coverage is 96.09583% with 88 lines in your changes missing coverage. Please review.
βœ… Project coverage is 67.29%. Comparing base (7cd1d95) to head (575ea9f).
⚠️ Report is 10 commits behind head on main.

Files with missing lines Patch % Lines
.../hashql/mir/src/pass/execution/traversal/entity.rs 79.51% 41 Missing and 1 partial ⚠️
...cal/hashql/mir/src/pass/execution/traversal/mod.rs 81.01% 15 Missing ⚠️
libs/@local/hashql/core/src/id/mod.rs 0.00% 9 Missing ⚠️
...ql/mir/src/pass/analysis/dataflow/lattice/impls.rs 90.10% 7 Missing and 2 partials ⚠️
...s/@local/hashql/mir/src/pass/execution/cost/mod.rs 75.00% 5 Missing ⚠️
libs/@local/hashql/core/src/id/bit_vec/mod.rs 85.00% 3 Missing ⚠️
libs/@local/hashql/mir/src/pass/execution/mod.rs 92.00% 1 Missing and 1 partial ⚠️
...hql/mir/src/pass/analysis/dataflow/liveness/mod.rs 96.96% 0 Missing and 1 partial ⚠️
...cal/hashql/mir/src/pass/execution/cost/analysis.rs 99.62% 1 Missing ⚠️
.../mir/src/pass/execution/placement/solve/csp/mod.rs 83.33% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8498      +/-   ##
==========================================
+ Coverage   62.08%   67.29%   +5.21%     
==========================================
  Files        1341      893     -448     
  Lines      135072    82248   -52824     
  Branches     5744     4493    -1251     
==========================================
- Hits        83856    55351   -28505     
+ Misses      50308    26326   -23982     
+ Partials      908      571     -337     

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