fix: Queries with filter on 2 rel fields of composite index #3035
Codecov / codecov/project
succeeded
Sep 19, 2024 in 1s
79.35% (-0.00%) compared to 926c334
View this Pull Request on Codecov
79.35% (-0.00%) compared to 926c334
Details
Codecov Report
Attention: Patch coverage is 97.61905%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 79.35%. Comparing base (
926c334
) to head (aa3f3fe
).
Files with missing lines | Patch % | Lines |
---|---|---|
internal/planner/type_join.go | 95.65% | 1 Missing |
Additional details and impacted files
@@ Coverage Diff @@
## develop #3035 +/- ##
===========================================
- Coverage 79.35% 79.35% -0.00%
===========================================
Files 333 333
Lines 25837 25841 +4
===========================================
+ Hits 20501 20504 +3
- Misses 3866 3869 +3
+ Partials 1470 1468 -2
Files with missing lines | Coverage Δ | |
---|---|---|
internal/planner/multi.go | 84.07% <100.00%> (+0.29%) |
⬆️ |
internal/planner/scan.go | 90.86% <100.00%> (-0.67%) |
⬇️ |
internal/planner/type_join.go | 81.73% <95.65%> (-0.27%) |
⬇️ |
... and 12 files with indirect coverage changes
Continue to review full report in Codecov by Sentry.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 926c334...aa3f3fe. Read the comment docs.
Loading