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

philihp / pcg / 26026019871
100%

Build:
DEFAULT BRANCH: main
Ran 18 May 2026 09:48AM UTC
Jobs 1
Files 5
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

18 May 2026 09:47AM UTC coverage: 88.976%. Remained the same
26026019871

push

github

web-flow
fix: allow randomInt bound equal to outputMaxRange (#329)

The bound check rejected `max - min === outputMaxRange`, so callers
could only produce integers in `[0, 2^32 - 2]` instead of the full
32-bit range. When bound equals the algorithm's exclusive upper bound,
no rejection sampling is needed and `n % bound === n`, so the case is
safe to accept.

Closes #329

24 of 32 branches covered (75.0%)

Branch coverage included in aggregate %.

1 of 1 new or added line in 1 file covered. (100.0%)

89 of 95 relevant lines covered (93.68%)

4855.63 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26026019871.1 18 May 2026 09:48AM UTC 5
88.98
GitHub Action Run
Source Files on build 26026019871
  • Tree
  • List 5
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • e9f618e4 on github
  • Prev Build on main (#26025512348)
  • Next Build on main (#26028074792)
  • Delete
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