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

orion-ecs / keen-eye / 20771366732
65%

Build:
DEFAULT BRANCH: main
Ran 07 Jan 2026 05:17AM UTC
Jobs 1
Files 1362
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

07 Jan 2026 05:12AM UTC coverage: 87.406% (-0.02%) from 87.421%
20771366732

push

github

tyevco
feat: Add process controller to TestBridge (Phase 4)

Add IProcessController for managing child processes during testing,
enabling external game process spawning, stdin/stdout communication,
and signal handling for integration and end-to-end testing.

New abstractions:
- IProcessController interface with process management methods
- ProcessStartOptions for configurable process spawning
- ProcessInfo for process state snapshots
- ProcessExitResult for exit information with captured output

Implementation features:
- Start processes with environment variables and working directory
- Capture stdout/stderr with configurable buffer limits (FIFO trimming)
- Write to stdin for interactive processes
- Wait for specific output patterns or process exit
- Graceful termination (SIGTERM/Ctrl+C) and forced kill (SIGKILL)
- Manage multiple processes with cleanup on disposal

Tests: 27 new tests (26 pass, 1 skipped Windows-only)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

9138 of 12206 branches covered (74.86%)

Branch coverage included in aggregate %.

350 of 432 new or added lines in 8 files covered. (81.02%)

4 existing lines in 3 files now uncovered.

158311 of 179370 relevant lines covered (88.26%)

1.01 hits per line

Uncovered Changes

Lines Coverage ∆ File
56
69.15
src/KeenEyes.TestBridge/Process/ManagedProcess.cs
14
84.82
src/KeenEyes.TestBridge/Process/ProcessControllerImpl.cs
9
93.1
tests/KeenEyes.TestBridge.Tests/Process/ProcessControllerImplTests.cs
2
78.0
-0.79% src/KeenEyes.TestBridge.Client/TestBridgeClient.cs
1
98.41
-1.59% src/KeenEyes.TestBridge/InProcessBridge.cs

Coverage Regressions

Lines Coverage ∆ File
2
89.49
-0.24% tests/KeenEyes.Core.Tests/ThreadSafetyTests.cs
1
78.1
-0.95% src/KeenEyes.TestBridge.Ipc/IpcBridgeServer.cs
1
99.41
-0.59% tests/KeenEyes.Editor.Tests/Settings/EditorSettingsTests.cs
Jobs
ID Job ID Ran Files Coverage
1 20771366732.1 07 Jan 2026 05:17AM UTC 1362
87.41
GitHub Action Run
Source Files on build 20771366732
  • Tree
  • List 1362
  • Changed 8
  • Source Changed 2
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #20771366732
  • 64efde82 on github
  • Prev Build on main (#20770634008)
  • Next Build on main (#20784940971)
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