Skip to content

fix: tests

50368b6
Select commit
Loading
Failed to load commit list.
Open

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

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

62.90% (+0.16%) compared to dd10bcf

View this Pull Request on Codecov

62.90% (+0.16%) compared to dd10bcf

Details

Codecov Report

❌ Patch coverage is 78.51750% with 313 lines in your changes missing coverage. Please review.
βœ… Project coverage is 62.90%. Comparing base (dd10bcf) to head (50368b6).

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.73%   62.90%   +0.16%     
===================================================================================
  Files                                                 1365     1369       +4     
  Lines                                               139497   140713    +1216     
  Branches                                              5818     5833      +15     
===================================================================================
+ Hits                                                 87520    88509     +989     
- Misses                                               51061    51273     +212     
- Partials                                               916      931      +15     

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