Skip to content
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.

perf(entities): optimise AND filter query #193

Merged
merged 4 commits into from
Feb 28, 2024

fix tests

271eab2
Select commit
Loading
Failed to load commit list.
Merged

perf(entities): optimise AND filter query #193

fix tests
271eab2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Feb 28, 2024 in 0s

81.35% (-1.21%) compared to fe6c625

View this Pull Request on Codecov

81.35% (-1.21%) compared to fe6c625

Details

Codecov Report

Attention: Patch coverage is 43.18182% with 100 lines in your changes are missing coverage. Please review.

Project coverage is 81.35%. Comparing base (fe6c625) to head (271eab2).

Files Patch % Lines
...way/service/entity/query/ExecutionTreeBuilder.java 15.49% 57 Missing and 3 partials ⚠️
.../gateway/service/entity/query/DataFetcherNode.java 35.00% 12 Missing and 1 partial ⚠️
...service/entity/query/visitor/ExecutionVisitor.java 48.00% 9 Missing and 4 partials ⚠️
...race/gateway/service/common/ExpressionContext.java 20.00% 7 Missing and 1 partial ⚠️
...ay/service/common/config/GatewayServiceConfig.java 69.23% 3 Missing and 1 partial ⚠️
...pertrace/gateway/service/entity/EntityService.java 77.77% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main     #193      +/-   ##
============================================
- Coverage     82.56%   81.35%   -1.21%     
- Complexity     1367     1371       +4     
============================================
  Files           125      126       +1     
  Lines          6068     6200     +132     
  Branches        501      524      +23     
============================================
+ Hits           5010     5044      +34     
- Misses          807      897      +90     
- Partials        251      259       +8     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.