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

extphprs / ext-php-rs / 23741464792
66%
master: 66%

Build:
Build:
LAST BUILD BRANCH: dependabot/github_actions/actions/upload-artifact-7
DEFAULT BRANCH: master
Ran 30 Mar 2026 11:05AM UTC
Jobs 1
Files 89
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

30 Mar 2026 11:02AM UTC coverage: 65.906% (+0.002%) from 65.904%
23741464792

push

github

ptondereau
fix(memory): eliminate module definition memory leak

Store the ModuleEntry in a static (StaticModuleEntry) instead of
Box::into_raw, mirroring how C extensions use a static zend_module_entry.
Free all secondary heap allocations (name, version, functions, arg_info,
class-name pointers) during MSHUTDOWN via cleanup_module_allocations().

Reduces valgrind-reported leaks by ~44% (10KB / 225 blocks) on the test
extension. Remaining leaks are from class registration — a separate concern.

Closes #540

46 of 65 new or added lines in 1 file covered. (70.77%)

3 existing lines in 1 file now uncovered.

8111 of 12307 relevant lines covered (65.91%)

31.89 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
19
67.65
-32.35% src/zend/module.rs

Uncovered Existing Lines

Lines Coverage ∆ File
3
67.65
-32.35% src/zend/module.rs
Jobs
ID Job ID Ran Files Coverage
1 23741464792.1 30 Mar 2026 11:05AM UTC 89
65.91
GitHub Action Run
Source Files on build 23741464792
  • Tree
  • List 89
  • Changed 4
  • Source Changed 4
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #23741464792
  • adf7d2eb on github
  • Prev Build on master (#23735765842)
  • Next Build on fix/module-entry-memory-leak (#23741511588)
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