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

raystack / compass / 24538028235
17%

Build:
DEFAULT BRANCH: main
Ran 16 Apr 2026 10:51PM UTC
Jobs 1
Files 70
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

16 Apr 2026 10:49PM UTC coverage: 6.741% (+0.2%) from 6.509%
24538028235

push

github

ravisuhag
feat: add multi-hop bidirectional context traversal

Implement depth-aware graph traversal for GetContext using a
bidirectional recursive CTE in PostgreSQL. Previously, GetContext
only returned 1-hop neighbors and ignored the depth parameter.

- Add GetBidirectional to EdgeRepository interface
- Implement bidirectional recursive CTE with cycle detection via
  path array, DISTINCT dedup, and LIMIT 1000 safety cap
- Default depth=1 for backward compatibility, cap at 5
- Add 5 unit tests covering multi-hop, cycles, depth capping

Closes #236

15 of 49 new or added lines in 2 files covered. (30.61%)

632 of 9375 relevant lines covered (6.74%)

1.94 hits per line

Uncovered Changes

Lines Coverage ∆ File
32
0.0
0.0% store/edge_repository.go
2
49.54
21.5% core/entity/service.go
Jobs
ID Job ID Ran Files Coverage
1 24538028235.1 16 Apr 2026 10:51PM UTC 70
6.74
GitHub Action Run
Source Files on build 24538028235
  • Tree
  • List 70
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 7909f13f on github
  • Prev Build on main (#24488650903)
  • Next Build on main (#24542627320)
  • Delete
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