Skip to content

fixes #3329

a9ad186
Select commit
Loading
Failed to load commit list.
Closed

Cypher : support Unwind with nested list, fixes #3329 #3354

fixes #3329
a9ad186
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 5, 2026 in 1s

57.08% (+0.11%) compared to d6cbc10

View this Pull Request on Codecov

57.08% (+0.11%) compared to d6cbc10

Details

Codecov Report

❌ Patch coverage is 52.17391% with 11 lines in your changes missing coverage. Please review.
✅ Project coverage is 57.08%. Comparing base (d6cbc10) to head (a9ad186).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
...query/opencypher/executor/CypherExecutionPlan.java 61.53% 2 Missing and 3 partials ⚠️
...db/query/opencypher/executor/steps/CreateStep.java 40.00% 2 Missing and 1 partial ⚠️
...edb/query/opencypher/executor/steps/MergeStep.java 40.00% 2 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3354      +/-   ##
==========================================
+ Coverage   56.97%   57.08%   +0.11%     
==========================================
  Files        1368     1368              
  Lines      100624   100632       +8     
  Branches    20490    20494       +4     
==========================================
+ Hits        57326    57443     +117     
+ Misses      34205    34100     -105     
+ Partials     9093     9089       -4     

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