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

orion-ecs / keen-eye / 20826208382
65%

Build:
DEFAULT BRANCH: main
Ran 08 Jan 2026 05:49PM UTC
Jobs 1
Files 1379
Run time 3min
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

08 Jan 2026 05:44PM UTC coverage: 86.961% (-0.02%) from 86.977%
20826208382

push

github

tyevco
fix(ui): Implement two-pass overlay rendering for menus and modals

Menus, tooltips, and modals were not rendering because sibling containers
painted over them during depth-first traversal. The UIRenderSystem now uses
two-pass rendering:

Pass 1: Normal rendering, collecting elements with LocalZIndex >= 1000
Pass 2: Clear clip stack, sort overlays by depth score, render on top

This matches UIHitTester's depth score calculation (depth * 10000 + LocalZIndex)
ensuring consistent behavior between hit testing and rendering.

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

9202 of 12466 branches covered (73.82%)

Branch coverage included in aggregate %.

4 of 29 new or added lines in 1 file covered. (13.79%)

7 existing lines in 4 files now uncovered.

159066 of 181033 relevant lines covered (87.87%)

1.0 hits per line

Uncovered Changes

Lines Coverage ∆ File
25
81.52
-15.54% src/KeenEyes.UI/Systems/UIRenderSystem.cs

Coverage Regressions

Lines Coverage ∆ File
3
99.36
0.0% src/KeenEyes.UI/Widgets/WidgetFactory.Menu.cs
2
89.73
-0.24% tests/KeenEyes.Core.Tests/ThreadSafetyTests.cs
1
65.98
-1.03% src/KeenEyes.Parallelism/JobHandle.cs
1
88.2
-0.62% src/KeenEyes.Parallelism/JobScheduler.cs
Jobs
ID Job ID Ran Files Coverage
1 20826208382.1 08 Jan 2026 05:49PM UTC 1379
86.96
GitHub Action Run
Source Files on build 20826208382
  • Tree
  • List 1379
  • Changed 5
  • Source Changed 2
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #20826208382
  • 5b3e0215 on github
  • Prev Build on main (#20824456794)
  • Next Build on main (#20827855741)
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