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

orion-ecs / keen-eye / 30060975494
64%

Build:
DEFAULT BRANCH: main
Ran 24 Jul 2026 02:16AM UTC
Jobs 1
Files 988
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

24 Jul 2026 02:11AM UTC coverage: 64.152% (+0.04%) from 64.109%
30060975494

push

github

tyevco
fix(core): Harden MessageManager dispatch against reentrancy and cross-handler unsubscribe (#1108, #1109, #1113)

Snapshot the handler list before dispatch in Send, ProcessQueuedMessages<T>,
and MessageQueueWrapper.Process so a handler can unsubscribe itself or any
other handler without shifting the set of handlers seen by the current
dispatch. This fixes the double-invoke where reverse-iterating the live list
re-ran a just-run handler after it removed an earlier-indexed one (#1109).

Snapshot the queue set in ProcessQueuedMessages before dispatch so a handler
queuing a never-before-seen message type (adding a dictionary key) no longer
throws 'Collection was modified'; newly-queued types are delivered on the next
drain. Drop the trailing clear-all pass that could silently discard a message
a handler just queued (#1108).

Iterate forward in both EventBus and MessageManager to honor the documented
'registration order' contract instead of reverse (#1113).

Closes #1108
Closes #1109
Closes #1113

8463 of 12523 branches covered (67.58%)

Branch coverage included in aggregate %.

13 of 13 new or added lines in 2 files covered. (100.0%)

72 existing lines in 4 files now uncovered.

50647 of 79617 relevant lines covered (63.61%)

0.97 hits per line

Coverage Regressions

Lines Coverage ∆ File
34
86.78
6.06% editor/KeenEyes.Editor/Assets/SceneSerializer.cs
25
92.4
0.98% src/KeenEyes.Core/SaveManager.cs
8
77.68
10.67% src/KeenEyes.Parallelism/JobHandle.cs
5
91.67
-0.08% src/KeenEyes.Core/Systems/AutoSaveSystem.cs
Jobs
ID Job ID Ran Files Coverage
1 30060975494.1 24 Jul 2026 02:16AM UTC 988
64.15
GitHub Action Run
Source Files on build 30060975494
  • Tree
  • List 988
  • Changed 7
  • Source Changed 7
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #30060975494
  • e91da516 on github
  • Prev Build on main (#30058181710)
  • Next Build on main (#30065019554)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc