Skip to content

fix: tests

e2fda5b
Select commit
Loading
Failed to load commit list.
Open

BE-523: HashQL: Suspendable interpreter with structured values and input system #8675

fix: tests
e2fda5b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 11, 2026 in 1s

68.23% (+5.99%) compared to 3cb3bf5

View this Pull Request on Codecov

68.23% (+5.99%) compared to 3cb3bf5

Details

Codecov Report

❌ Patch coverage is 78.51750% with 313 lines in your changes missing coverage. Please review.
βœ… Project coverage is 68.23%. Comparing base (3cb3bf5) to head (e2fda5b).

Files with missing lines Patch % Lines
.../hashql/mir/src/pass/execution/traversal/entity.rs 0.00% 66 Missing ⚠️
libs/@local/hashql/mir/src/interpret/error.rs 11.42% 62 Missing ⚠️
.../hashql/mir/src/interpret/suspension/graph_read.rs 47.19% 40 Missing and 7 partials ⚠️
libs/@local/hashql/mir/src/interpret/runtime.rs 79.25% 38 Missing and 1 partial ⚠️
libs/@local/hashql/mir/src/interpret/value/int.rs 91.96% 14 Missing and 6 partials ⚠️
libs/@local/hashql/mir/src/interpret/value/mod.rs 67.27% 18 Missing ⚠️
libs/@local/hashql/mir/src/interpret/inputs.rs 63.04% 17 Missing ⚠️
libs/@local/hashql/mir/src/interpret/tests.rs 96.08% 7 Missing and 7 partials ⚠️
...bs/@local/hashql/mir/src/interpret/value/struct.rs 96.15% 5 Missing and 2 partials ⚠️
...bs/@local/hashql/mir/src/interpret/value/opaque.rs 0.00% 5 Missing ⚠️
... and 7 more
Additional details and impacted files
@@                                 Coverage Diff                                 @@
##           bm/be-522-hashql-expand-stdlib-type-definitions    #8675      +/-   ##
===================================================================================
+ Coverage                                            62.24%   68.23%   +5.99%     
===================================================================================
  Files                                                 1354      928     -426     
  Lines                                               136745    88871   -47874     
  Branches                                              5787     4618    -1169     
===================================================================================
- Hits                                                 85115    60645   -24470     
+ Misses                                               50725    27621   -23104     
+ Partials                                               905      605     -300     

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