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

orneryd / NornicDB / 26900906746
88%

Build:
DEFAULT BRANCH: main
Ran 03 Jun 2026 05:33PM UTC
Jobs 1
Files 476
Run time 1min
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

03 Jun 2026 05:14PM UTC coverage: 88.447% (+0.2%) from 88.286%
26900906746

push

github

orneryd
fix(cypher): fix MATCH...CREATE shortcut and COUNT projection, add branch coverage tests
  Two correctness fixes in create.go:
  1. executeMatchCreateBlock shortcut fallback: when the clause-match
     shortcut yields zero rows, fall back to the explicit MATCH pattern
     scan so relationship-create shapes like MATCH (...) CREATE (new)-[:R]->(...)
     don't silently no-op.
  2. COUNT(expr) after MATCH...CREATE: merge nodeVars (newly created) into
     the evaluation context alongside matched bindings so COUNT(newVar)
     returns the correct count instead of always 0.
  New branch-coverage tests across 13 files exercising previously uncovered
  paths in binding-where compilation, CALL helpers, set-based traversal,
  WITH clause execution, compound query shape matching, CREATE helpers,
  fabric helpers, DELETE helpers, index-seek order/limit, MERGE helpers,
  compound MATCH+CREATE+SET regression, and schema relationship extensions.

15 of 15 new or added lines in 1 file covered. (100.0%)

51 existing lines in 10 files now uncovered.

137263 of 155193 relevant lines covered (88.45%)

1.03 hits per line

Coverage Regressions

Lines Coverage ∆ File
23
83.53
-0.58% pkg/search/search.go
7
84.42
-0.78% pkg/storage/badger_constraint_validation.go
6
91.5
-0.34% pkg/nornicdb/db_admin.go
4
84.38
-0.61% pkg/server/server_nornicdb.go
3
87.44
-1.35% pkg/storage/badger_schema.go
3
86.78
-0.12% pkg/storage/badger_transaction.go
2
79.44
-1.11% pkg/storage/badger_label_index_backfill.go
1
88.78
-0.14% pkg/nornicdb/embed_queue.go
1
87.18
-0.15% pkg/nornicdb/search_services.go
1
93.34
-0.04% pkg/storage/async_engine.go
Jobs
ID Job ID Ran Files Coverage
1 26900906746.1 03 Jun 2026 05:33PM UTC 476
88.45
GitHub Action Run
Source Files on build 26900906746
  • Tree
  • List 476
  • Changed 29
  • Source Changed 0
  • Coverage Changed 29
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 79d90bd4 on github
  • Prev Build on main (#26899499774)
  • Next Build on main (#26903614639)
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