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

orneryd / NornicDB / 28455947092
89%

Build:
DEFAULT BRANCH: main
Ran 30 Jun 2026 03:38PM UTC
Jobs 1
Files 478
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

30 Jun 2026 03:26PM UTC coverage: 88.885% (-0.03%) from 88.915%
28455947092

push

github

orneryd
fix(cypher): restore post-WITH WHERE and predicate semantics

Fix a cluster of Cypher WHERE evaluation issues reported against clean
graph queries:

- Split post-WITH WHERE from WITH projections so it is applied as a
  filter instead of being absorbed into the preceding alias.
- Preserve grouped WITH aggregation semantics for OPTIONAL MATCH rows,
  including COUNT(c) over null optional targets.
- Honor inline target labels/properties in relationship pattern
  predicates such as NOT (t)-[:R]->(:C {met:false}).
- Evaluate bare boolean properties in traversal WHERE clauses so
  WHERE NOT c.met returns rows where c.met is false.
- Allow multiple relationship CREATE clauses with inline endpoint nodes
  in one statement.

206 of 273 new or added lines in 5 files covered. (75.46%)

34 existing lines in 6 files now uncovered.

144329 of 162378 relevant lines covered (88.88%)

1.04 hits per line

Uncovered Changes

Lines Coverage ∆ File
50
87.15
-0.6% pkg/cypher/clauses.go
8
88.2
-0.92% pkg/cypher/match_rows.go
4
93.72
-0.57% pkg/cypher/create_pipeline_helpers.go
4
88.84
-0.07% pkg/cypher/executor_mutations.go
1
88.3
-0.02% pkg/cypher/traversal.go

Coverage Regressions

Lines Coverage ∆ File
22
86.12
-1.63% pkg/server/server.go
4
85.71
-2.6% pkg/fabric/remote_executor.go
4
87.86
-0.37% pkg/search/hnsw_index.go
2
88.2
-0.92% pkg/cypher/match_rows.go
1
90.12
-0.07% pkg/mcp/server.go
1
86.86
-0.04% pkg/storage/badger_transaction.go
Jobs
ID Job ID Ran Files Coverage
1 28455947092.1 30 Jun 2026 03:38PM UTC 478
88.88
GitHub Action Run
Source Files on build 28455947092
  • Tree
  • List 478
  • Changed 17
  • Source Changed 0
  • Coverage Changed 17
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 4a6eca5f on github
  • Prev Build on main (#28405318838)
  • Next Build on main (#28464310202)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc