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

orion-ecs / keen-eye / 20703329942
65%

Build:
DEFAULT BRANCH: main
Ran 05 Jan 2026 02:33AM UTC
Jobs 1
Files 569
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

05 Jan 2026 02:30AM UTC coverage: 77.908% (+0.004%) from 77.904%
20703329942

push

github

tyevco
feat(navigation): Add grid-based A* pathfinding for 2D games

Implements Issue #638 - Grid-based A* pathfinding without DotRecast dependency.

Deliverables:
- NavigationGrid: 2D grid representation with walkability and area types
- GridCoordinate: Value type for grid positions with distance calculations
- GridCell: Cell data structure with walkability and cost information
- AStarPathfinder: A* algorithm with cardinal and diagonal movement support
- GridNavigationProvider: INavigationProvider implementation for grid navigation
- GridNavigationPlugin: World plugin for easy integration
- Zero-allocation path queries via Span<GridCoordinate> overloads

Features:
- 4-directional (cardinal) and 8-directional (diagonal) movement
- Multiple heuristics: Manhattan, Chebyshev, Octile, Euclidean
- Area-based cost multipliers for terrain types
- NavAreaMask filtering for traversable areas
- Corner-cutting prevention for diagonal movement
- Async path request support via IPathRequest
- Bresenham's line algorithm for raycasting
- Configurable iteration limits

Includes 167 comprehensive unit tests covering:
- GridCoordinate operations and conversions
- NavigationGrid cell access and bounds checking
- A* pathfinding with various obstacles and configurations
- GridNavigationProvider full API coverage
- GridConfig validation

5403 of 6664 branches covered (81.08%)

Branch coverage included in aggregate %.

34672 of 44775 relevant lines covered (77.44%)

1.1 hits per line

Coverage Regressions

Lines Coverage ∆ File
4
85.8
-3.7% src/KeenEyes.Parallelism/JobScheduler.cs
1
94.66
-0.76% src/KeenEyes.Logging/Providers/FileLogProvider.cs
1
65.98
-1.03% src/KeenEyes.Parallelism/JobHandle.cs
Jobs
ID Job ID Ran Files Coverage
1 20703329942.1 05 Jan 2026 02:33AM UTC 569
77.91
GitHub Action Run
Source Files on build 20703329942
  • Tree
  • List 569
  • Changed 6
  • Source Changed 0
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #20703329942
  • 9f18e859 on github
  • Prev Build on main (#20703192588)
  • Next Build on main (#20703539001)
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