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

orion-ecs / keen-eye / 20702626390 / 1
65%
main: 65%

Build:
DEFAULT BRANCH: main
Ran 05 Jan 2026 01:45AM UTC
Files 565
Run time 15s
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 01:43AM UTC coverage: 78.122% (+0.06%) from 78.06%
20702626390.1

push

github

tyevco
feat(navigation): Add KeenEyes.Navigation.Abstractions package

Create the navigation abstraction layer enabling BYOP (Bring Your Own
Pathfinding) implementations. This package provides backend-agnostic
interfaces and data structures for navigation and pathfinding.

Interfaces:
- INavigationProvider: Main pathfinding API with FindPath, RequestPath, Raycast
- INavigationMesh: NavMesh data abstraction with serialization support
- IPathRequest: Async path request with status tracking

Data structures:
- NavPath: Computed path with waypoints, sampling, and metadata
- NavPoint: Point on navmesh with area type and polygon ID
- AgentSettings: Agent configuration (radius, height, slope, step height)

Components:
- NavMeshAgent: Entity navigation component with destination/steering
- NavMeshObstacle: Dynamic obstacle for navmesh carving

Enums:
- NavigationStrategy: NavMesh, Grid, Hierarchical, Custom
- NavAreaType/NavAreaMask: Area filtering for pathfinding costs
- PathRequestStatus: Async request status tracking
- ObstacleShape: Box, Cylinder

All types are Native AOT compatible with no reflection usage.

Closes #637

5364 of 6605 branches covered (81.21%)

Branch coverage included in aggregate %.

34482 of 44400 relevant lines covered (77.66%)

1.11 hits per line

Source Files on job 20702626390.1
  • Tree
  • List 565
  • Changed 4
  • Source Changed 0
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 20702626390
  • a08473e8 on github
  • Prev Job for on main (#20702526673.1)
  • Next Job for on main (#20702724180.1)
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