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

orion-ecs / keen-eye / 30127990464
64%

Build:
DEFAULT BRANCH: main
Ran 24 Jul 2026 09:36PM UTC
Jobs 1
Files 1003
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 09:30PM UTC coverage: 64.781% (-0.007%) from 64.788%
30127990464

push

github

tyevco
feat(samples): Add NOVAFALL Phase A - playable core of the Fall Down reimagining

New flagship 2D arcade sample: a gravity-bound ball steered LEFT/RIGHT only,
dropping through gaps in floors that scroll upward toward a lethal Furnace
ceiling. Clean gap-throughs stoke a Heat resource through four tiers
(Ember/Flame/Plasma/Nova) gating the score multiplier (x1/x2/x4/x8); landing
halves heat, resting bleeds it, only death resets it. Score is meters fallen
times the live multiplier, integrated per frame.

- One system per concern with explicit Update-phase orders; render via
  I2DRenderer resolved lazily through TryGetExtension (UIRenderSystem pattern)
- Simulation runs in a fixed 720x1080 design space, fully decoupled from the
  window; TimeScale singleton hook for later hitstop
- Floor layout is a pure function of (seed, floorIndex) via a self-contained
  SplitMix64 generator (KEEN030-compliant), shared by gameplay and the
  headless '--simulate <frames>' determinism harness (byte-identical output
  across runs, verified for two seeds)
- Teaching comment in CollisionSystem on when a spatial index would (not)
  earn its keep

8750 of 12782 branches covered (68.46%)

Branch coverage included in aggregate %.

51895 of 80833 relevant lines covered (64.2%)

1.0 hits per line

Coverage Regressions

Lines Coverage ∆ File
51
73.89
-0.3% src/KeenEyes.Testing/Graphics/MockGraphicsDevice.cs
6
84.43
-5.99% src/KeenEyes.Parallelism/JobScheduler.cs
5
95.77
0.12% src/KeenEyes.Particles/Systems/ParticleRenderSystem.cs
2
88.05
-0.68% src/KeenEyes.Network.Transport.Tcp/TcpTransport.cs
1
80.7
-0.88% src/KeenEyes.Parallelism/JobHandle.cs
Jobs
ID Job ID Ran Files Coverage
1 30127990464.1 24 Jul 2026 09:36PM UTC 1003
64.78
GitHub Action Run
Source Files on build 30127990464
  • Tree
  • List 1003
  • Changed 10
  • Source Changed 5
  • Coverage Changed 10
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #30127990464
  • efcb6960 on github
  • Prev Build on main (#30120200337)
  • Next Build on main (#30132396849)
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