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

orion-ecs / keen-eye / 20734105154
65%

Build:
DEFAULT BRANCH: main
Ran 06 Jan 2026 12:56AM UTC
Jobs 1
Files 609
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

06 Jan 2026 12:53AM UTC coverage: 73.964% (-0.09%) from 74.055%
20734105154

push

github

tyevco
feat(editor): Integrate HotReloadManager with EditorApplication

Connects HotReloadManager to EditorApplication for live code changes
during development. This enables hot reload of game assemblies without
restarting the editor.

Changes:
- Add HotReloadService to bridge HotReloadManager with editor lifecycle
- Add HotReloadStatus enum for UI feedback (Disabled, Idle, Pending,
  Building, Loading, Ready, Failed)
- Add hot reload settings: GameProjectPath, HotReloadEnabled,
  HotReloadDebounceMs, HotReloadAutoReload
- Integrate with PlayModeManager to pause hot reload during play mode
- Auto-detect game project path when possible
- Log status changes to console for debugging

The HotReloadService:
- Initializes when a scene is opened
- Watches for .cs file changes and triggers rebuild
- Pauses file watching during play mode (prevents state corruption)
- Queues pending reloads until play mode ends
- Reports status via events for future UI integration

Closes #628

5755 of 7467 branches covered (77.07%)

Branch coverage included in aggregate %.

108 of 211 new or added lines in 3 files covered. (51.18%)

63 existing lines in 5 files now uncovered.

36581 of 49772 relevant lines covered (73.5%)

1.06 hits per line

Uncovered Changes

Lines Coverage ∆ File
59
59.89
editor/KeenEyes.Editor/HotReload/HotReloadService.cs
31
0.0
0.0% editor/KeenEyes.Editor/Application/EditorApplication.cs
13
64.41
0.19% editor/KeenEyes.Editor/Settings/EditorSettings.cs

Coverage Regressions

Lines Coverage ∆ File
58
76.04
1.13% src/KeenEyes.Replay/ReplayPlayer.cs
2
75.88
-0.44% src/KeenEyes.Network.Transport.Udp/UdpTransport.cs
1
0.0
0.0% editor/KeenEyes.Editor/Application/EditorApplication.cs
1
64.41
0.19% editor/KeenEyes.Editor/Settings/EditorSettings.cs
1
94.66
-0.76% src/KeenEyes.Logging/Providers/FileLogProvider.cs
Jobs
ID Job ID Ran Files Coverage
1 20734105154.1 06 Jan 2026 12:56AM UTC 609
73.96
GitHub Action Run
Source Files on build 20734105154
  • Tree
  • List 609
  • Changed 6
  • Source Changed 3
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #20734105154
  • 9d270918 on github
  • Prev Build on main (#20733267112)
  • Next Build on main (#20737823009)
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