• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

orneryd / NornicDB / 26829930724
89%

Build:
DEFAULT BRANCH: main
Ran 02 Jun 2026 03:42PM UTC
Jobs 1
Files 476
Run time 2min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

02 Jun 2026 03:22PM UTC coverage: 86.844% (-0.02%) from 86.859%
26829930724

push

github

orneryd
fix(bolt,cypher): resolve 3 Cypher correctness issues found via Bolt client
  1. Multi-hop MATCH + OPTIONAL MATCH returns 0 rows:
     executeCompoundMatchOptionalMatch only parsed the first node in a
     traversal pattern, seeding the OPTIONAL MATCH with wrong variable.
     Now executes the full initial traversal and uses result rows as seeds.
  2. Write counters in ResultSummary always return 0:
     Bolt PULL/DISCARD completion metadata never included the "stats" map.
     Added Stats field to bolt.QueryResult, populated it from the cypher
     executor, and emit Neo4j-compatible stats in both PULL and DISCARD
     SUCCESS messages.
  3. RETURN after DETACH DELETE returns null for non-COUNT expressions:
     applyDeleteReturnProjection only evaluated COUNT() and skipped all
     other return items. Now resolves string literals, property accesses,
     and bare variable references correctly.

177 of 241 new or added lines in 3 files covered. (73.44%)

33 existing lines in 5 files now uncovered.

134315 of 154663 relevant lines covered (86.84%)

1.01 hits per line

Uncovered Changes

Lines Coverage ∆ File
36
78.54
-0.16% pkg/cypher/clauses.go
22
89.01
-0.69% pkg/bolt/server.go
6
82.61
-0.03% pkg/cypher/executor_mutations.go

Coverage Regressions

Lines Coverage ∆ File
23
83.53
-0.58% pkg/search/search.go
6
89.07
-1.99% pkg/temporal/decay_integration.go
2
87.05
-0.3% pkg/cypher/match_rows.go
1
88.63
-0.07% pkg/mcp/server.go
1
97.64
-0.26% pkg/temporal/tracker.go
Jobs
ID Job ID Ran Files Coverage
1 26829930724.1 02 Jun 2026 03:42PM UTC 476
86.84
GitHub Action Run
Source Files on build 26829930724
  • Tree
  • List 476
  • Changed 13
  • Source Changed 0
  • Coverage Changed 13
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 511346c8 on github
  • Prev Build on main (#26776609331)
  • Next Build on main (#26832117240)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc