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

KarpelesLab / goro / 24620719379
13%

Build:
DEFAULT BRANCH: master
Ran 19 Apr 2026 04:14AM 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:13AM UTC coverage: 1.953%. Remained the same
24620719379

push

github

MagicalTux
ROADMAP: correct the claim about object ID tracking

Goro does implement PHP-style refcounting (ZObject.refCount in
core/phpobj/zobject.go, IncRef/DecRef throughout) and does recycle
object IDs via a free list (NextObjectID/ReleaseObjectID in
core/phpctx/global.go). Destructors fire synchronously when refcount
hits zero, not when the Go GC happens to run. The previous wording
blamed the Go tracing GC for object-id drift, which is backwards.

The real edge cases are much narrower: Go function-argument
temporaries stay alive until the enclosing Go statement ends, which
causes a few ext/gmp tests to see object IDs shifted by one. Plus
goto (unimplemented), debug_zval_dump refcount format, RNG parity,
and SensitiveParameter redaction.

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 24620719379.1 19 Apr 2026 04:14AM UTC 370
1.95
GitHub Action Run
Source Files on build 24620719379
  • 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 #24620719379
  • 936be97a on github
  • Prev Build on master (#24620653195)
  • Next Build on master (#24620789624)
  • 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