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

orion-ecs / keen-eye / 20148976617
65%

Build:
DEFAULT BRANCH: main
Ran 11 Dec 2025 10:09PM UTC
Jobs 1
Files 132
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

11 Dec 2025 10:08PM UTC coverage: 94.294% (+0.003%) from 94.291%
20148976617

push

github

tyevco
Add RandomClassAnalyzer (KEEN030) to detect System.Random usage

Adds a new Roslyn analyzer that warns when System.Random is used directly,
suggesting World.NextInt(), World.NextFloat(), World.NextDouble(), or
World.NextBool() instead. This ensures deterministic random number generation
through the World instance for replays, testing, and debugging.

The analyzer detects:
- Object creation: new Random()
- Field declarations of type System.Random
- Parameter declarations of type System.Random

The KeenEyes.World class is excluded since it legitimately uses Random internally.

1291 of 1373 branches covered (94.03%)

Branch coverage included in aggregate %.

55 of 59 new or added lines in 1 file covered. (93.22%)

6955 of 7372 relevant lines covered (94.34%)

1.27 hits per line

Uncovered Changes

Lines Coverage ∆ File
4
94.67
src/KeenEyes.Generators/RandomClassAnalyzer.cs
Jobs
ID Job ID Ran Files Coverage
1 20148976617.1 11 Dec 2025 10:09PM UTC 132
94.29
GitHub Action Run
Source Files on build 20148976617
  • Tree
  • List 132
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #20148976617
  • f391fc2e on github
  • Prev Build on main (#20148798612)
  • Next Build on main (#20184170265)
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