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

orion-ecs / keen-eye / 20012213345
65%

Build:
DEFAULT BRANCH: main
Ran 07 Dec 2025 11:44PM UTC
Jobs 1
Files 49
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

07 Dec 2025 11:43PM UTC coverage: 98.514% (+0.03%) from 98.484%
20012213345

push

github

tyevco
Implement inter-system messaging with typed message bus (#74)

Add a MessageManager class that provides decoupled communication between
systems using type-safe messages. Key features:

- Immediate message dispatch via Send<T>() with O(N) delivery
- Subscription with IDisposable pattern for clean unsubscription
- Message queuing for deferred delivery via QueueMessage<T>()
- Process queued messages all at once or per-type
- Zero overhead when no handlers are registered
- HasMessageSubscribers<T>() optimization to skip expensive message creation

The implementation follows the existing manager pattern:
- MessageManager is internal, World is the public entry point
- Thin delegation methods in World.cs
- Full XML documentation on all public APIs

Includes 46 comprehensive unit tests covering:
- Send/Subscribe functionality
- Queuing and deferred processing
- Multiple message types
- Edge cases and error handling
- Inter-system communication scenarios

Updates ROADMAP.md to mark Phase 7 (Inter-System Messaging) as complete.

496 of 496 branches covered (100.0%)

Branch coverage included in aggregate %.

110 of 111 new or added lines in 2 files covered. (99.1%)

2687 of 2735 relevant lines covered (98.24%)

0.98 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
99.15
src/KeenEyes.Core/MessageManager.cs
Jobs
ID Job ID Ran Files Coverage
1 20012213345.1 07 Dec 2025 11:44PM UTC 49
98.51
GitHub Action Run
Source Files on build 20012213345
  • Tree
  • List 49
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #20012213345
  • b56173a0 on github
  • Prev Build on main (#20011977089)
  • Next Build on main (#20012508172)
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