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

orion-ecs / keen-eye / 30154512363
64%

Build:
DEFAULT BRANCH: main
Ran 25 Jul 2026 10:33AM UTC
Jobs 1
Files 1041
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

25 Jul 2026 10:28AM UTC coverage: 63.962% (+0.03%) from 63.937%
30154512363

push

github

tyevco
fix(samples): Report NOVAFALL window-creation failures instead of crashing

The startup guard added in #1258 covered only the game loop, but
SilkWindowPlugin.Install creates the window (initializing GLFW) during plugin
installation, several statements earlier. On a machine with no display the
failure therefore escaped as an unhandled GlfwException instead of the intended
diagnostic - reproduced on a headless host:

  Unhandled exception. Silk.NET.GLFW.GlfwException: GLFW Init failed, 65550:
  Failed to detect any supported platform

The presentation-plugin installs (window, graphics, input) are now inside the
same guard and share one ReportStartupFailure helper with the loop's handler, so
any startup failure prints the exception type and message first and exits
cleanly. Same host now prints:

  Startup failed: GlfwException: GLFW Init failed, 65550: Failed to detect any
  supported platform

The requirement hint is reworded to point at that line rather than compete with
it: a reader who quotes only the hint has been told a guess, not the cause.

8887 of 13134 branches covered (67.66%)

Branch coverage included in aggregate %.

0 of 13 new or added lines in 1 file covered. (0.0%)

271 existing lines in 4 files now uncovered.

52722 of 83187 relevant lines covered (63.38%)

1.0 hits per line

Uncovered Changes

Lines Coverage ∆ File
13
0.0
0.0% samples/KeenEyes.Sample.NovaFall/Program.cs

Coverage Regressions

Lines Coverage ∆ File
169
25.84
0.6% src/KeenEyes.Graphics.Silk/SilkGraphicsContext.cs
98
74.65
0.52% src/KeenEyes.Testing/Graphics/MockGraphicsDevice.cs
3
97.5
0.0% src/KeenEyes.Graphics.Silk/Resources/ShaderData.cs
1
0.0
0.0% samples/KeenEyes.Sample.NovaFall/Program.cs
Jobs
ID Job ID Ran Files Coverage
1 30154512363.1 25 Jul 2026 10:33AM UTC 1041
63.96
GitHub Action Run
Source Files on build 30154512363
  • Tree
  • List 1041
  • Changed 6
  • Source Changed 4
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #30154512363
  • 5159f49b on github
  • Prev Build on main (#30142831845)
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