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

orion-ecs / keen-eye / 20732717486
65%

Build:
DEFAULT BRANCH: main
Ran 05 Jan 2026 11:45PM UTC
Jobs 1
Files 608
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

05 Jan 2026 11:42PM UTC coverage: 74.243% (-0.03%) from 74.275%
20732717486

push

github

tyevco
feat(replay): Add ReplayPlaybackPlugin for runtime replay without editor

Implement ReplayPlaybackPlugin that enables runtime replay playback for
scenarios like demo/attract mode, killcams, instant replay, tutorials,
and bug reproduction from QA reports.

Key features:
- Implements IWorldPlugin interface with Install/Uninstall lifecycle
- Registers ReplayPlayer as a world extension
- Mutual exclusion with ReplayPlugin (recording) - prevents simultaneous
  record and playback on the same world
- Proper cleanup on uninstall (stops playback, unloads replay, disposes)

Usage:
  world.InstallPlugin(new ReplayPlaybackPlugin());
  var player = world.GetExtension<ReplayPlayer>();
  player.LoadReplay("demo.kreplay");
  player.Play();

Closes #691

5721 of 7394 branches covered (77.37%)

Branch coverage included in aggregate %.

18 of 18 new or added lines in 1 file covered. (100.0%)

370 existing lines in 5 files now uncovered.

36457 of 49417 relevant lines covered (73.77%)

1.06 hits per line

Coverage Regressions

Lines Coverage ∆ File
314
0.0
0.0% editor/KeenEyes.Editor/Application/EditorApplication.cs
27
60.34
-0.52% editor/KeenEyes.Editor/Application/EditorWorldManager.cs
24
74.91
74.91% src/KeenEyes.Replay/ReplayPlayer.cs
4
85.8
-3.7% src/KeenEyes.Parallelism/JobScheduler.cs
1
65.98
-1.03% src/KeenEyes.Parallelism/JobHandle.cs
Jobs
ID Job ID Ran Files Coverage
1 20732717486.1 05 Jan 2026 11:45PM UTC 608
74.24
GitHub Action Run
Source Files on build 20732717486
  • Tree
  • List 608
  • 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 #20732717486
  • 2186f9c2 on github
  • Prev Build on main (#20731973356)
  • Next Build on main (#20733267112)
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