Skip to content

BE-538: HashQL: Permission system integration - #8882

Open
indietyp wants to merge 38 commits into
mainfrom
bm/be-538-hashql-permission-system-integration
Open

BE-538: HashQL: Permission system integration#8882
indietyp wants to merge 38 commits into
mainfrom
bm/be-538-hashql-permission-system-integration

fix: snapshots

e3daf6d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 8, 2026 in 0s

24.83% (-34.37%) compared to 186b284

View this Pull Request on Codecov

24.83% (-34.37%) compared to 186b284

Details

Codecov Report

❌ Patch coverage is 78.36096% with 235 lines in your changes missing coverage. Please review.
✅ Project coverage is 24.83%. Comparing base (186b284) to head (e3daf6d).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
libs/@local/graph/api/src/rest/hashql/mod.rs 0.00% 70 Missing ⚠️
libs/@local/graph/api/src/rest/hashql/error.rs 0.00% 67 Missing ⚠️
libs/@local/hashql/eval/src/postgres/prepared.rs 69.31% 27 Missing ⚠️
...ocal/hashql/eval/src/postgres/authorization/mod.rs 82.02% 12 Missing and 4 partials ⚠️
libs/@local/graph/api/src/rest/hashql/compile.rs 0.00% 9 Missing ⚠️
.../eval/src/postgres/authorization/protection/mod.rs 92.52% 8 Missing ⚠️
...src/store/postgres/query/expression/conditional.rs 0.00% 6 Missing ⚠️
libs/@local/graph/api/src/rest/mod.rs 0.00% 5 Missing ⚠️
.../src/store/postgres/query/expression/identifier.rs 0.00% 5 Missing ⚠️
...local/hashql/eval/src/orchestrator/request/iter.rs 80.76% 5 Missing ⚠️
... and 6 more
Additional details and impacted files
@@             Coverage Diff             @@
##             main    #8882       +/-   ##
===========================================
- Coverage   59.20%   24.83%   -34.37%     
===========================================
  Files        1358      663      -695     
  Lines      132674    50118    -82556     
  Branches     6019     3379     -2640     
===========================================
- Hits        78546    12448    -66098     
+ Misses      53198    37513    -15685     
+ Partials      930      157      -773     

☔ 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.