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

orion-ecs / keen-eye / 20702626390
65%

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

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 %.

98 of 99 new or added lines in 5 files covered. (98.99%)

1 existing line in 1 file now uncovered.

34482 of 44400 relevant lines covered (77.66%)

1.11 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
97.87
src/KeenEyes.Navigation.Abstractions/NavPath.cs

Coverage Regressions

Lines Coverage ∆ File
1
94.66
-0.76% src/KeenEyes.Logging/Providers/FileLogProvider.cs
Jobs
ID Job ID Ran Files Coverage
1 20702626390.1 05 Jan 2026 01:45AM UTC 565
78.12
GitHub Action Run
Source Files on build 20702626390
  • 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 Repo
  • Github Actions Build #20702626390
  • a08473e8 on github
  • Prev Build on main (#20702526673)
  • Next Build on main (#20702724180)
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