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

orneryd / NornicDB / 28619181269
89%

Build:
DEFAULT BRANCH: main
Ran 02 Jul 2026 08:34PM UTC
Jobs 1
Files 483
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 Jul 2026 08:22PM UTC coverage: 89.104% (-0.02%) from 89.123%
28619181269

push

github

orneryd
refactor(storage): type adjacency direction as EdgeDirection enum

Address review feedback: the bound-relationship-delete fast path resolves
transaction adjacency through getCommittedAdjacentEdgesLocked, which took a
raw direction string and compared it against "outgoing"/"incoming" magic
values on every expansion. Replace it with a typed EdgeDirection enum
(Outgoing/Incoming) so the hot path compares an integer tag and callers
cannot pass an unvalidated string. Behavior is unchanged; the unknown-value
guard still returns ErrInvalidData.

5 of 7 new or added lines in 2 files covered. (71.43%)

375 existing lines in 10 files now uncovered.

146031 of 163889 relevant lines covered (89.1%)

1.04 hits per line

Uncovered Changes

Lines Coverage ∆ File
2
57.14
pkg/storage/badger_transaction_snapshot_reads.go

Coverage Regressions

Lines Coverage ∆ File
259
89.07
-0.05% pkg/cypher/executor_mutations.go
96
89.75
-0.01% pkg/cypher/match_multi.go
4
93.13
-1.72% pkg/qdrantgrpc/vector_index_cache.go
4
87.75
-0.36% pkg/server/server.go
3
90.07
-0.99% pkg/temporal/decay_integration.go
2
91.5
-0.17% pkg/nornicdb/db_admin.go
2
90.99
-0.29% pkg/nornicdb/search_services.go
2
81.41
0.02% pkg/search/search.go
2
86.78
-0.08% pkg/storage/badger_transaction.go
1
97.64
-0.26% pkg/temporal/tracker.go
Jobs
ID Job ID Ran Files Coverage
1 28619181269.1 02 Jul 2026 08:34PM UTC 483
89.1
GitHub Action Run
Source Files on build 28619181269
  • Tree
  • List 483
  • Changed 12
  • Source Changed 0
  • Coverage Changed 12
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 5646d7ee on github
  • Prev Build on main (#28611635471)
  • Next Build on main (#28621855672)
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