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

KarpelesLab / goro / 24621249140
13%

Build:
DEFAULT BRANCH: master
Ran 19 Apr 2026 04:50AM UTC
Jobs 1
Files 370
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

19 Apr 2026 04:48AM UTC coverage: 1.953%. Remained the same
24621249140

push

github

MagicalTux
Restore gmp_random_seed skip with a precise reason

CI confirmed what the code review suggested: switching gmp to
MT19937 doesn't byte-match PHP's libgmp because libgmp seeds its
own MT state on a different schedule than the reference algorithm
(test expects output sequence "107", "576055025228722307...",
"983682312243221532..." for seeds 0 and -100, which come from
libgmp's specific initialization).

The MT19937 switch itself stays — gmp_random_* is now at least
self-consistent with mt_rand. Full libgmp parity would require
reimplementing its seeding regime, which isn't worth it for one
test.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

2185 of 111881 relevant lines covered (1.95%)

70.41 hits per line

Jobs
ID Job ID Ran Files Coverage
1 24621249140.1 19 Apr 2026 04:50AM UTC 370
1.95
GitHub Action Run
Source Files on build 24621249140
  • Tree
  • List 370
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #24621249140
  • f749928f on github
  • Prev Build on master (#24621209195)
  • Next Build on master (#24621373581)
  • Delete
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