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

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

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

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

36457 of 49417 relevant lines covered (73.77%)

1.06 hits per line

Source Files on job 20732717486.1
  • 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 Build 20732717486
  • 2186f9c2 on github
  • Prev Job for on main (#20731973356.1)
  • Next Job for on main (#20733267112.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