Skip to content

Add PCOV extension to all PHP Docker images - #17

Merged
f3l1x merged 2 commits into
masterfrom
claude/pcov-installation-setup-qths3o
Aug 11, 2026
Merged

Add PCOV extension to all PHP Docker images#17
f3l1x merged 2 commits into
masterfrom
claude/pcov-installation-setup-qths3o

Conversation

@f3l1x

@f3l1x f3l1x commented Aug 11, 2026

Copy link
Copy Markdown
Member

Summary

Add the PCOV (PHP Code Coverage) extension to all PHP Docker images (8.1, 8.2, 8.3, 8.4, and 8.5) to enable code coverage analysis capabilities.

Changes

  • Added php81-pecl-pcov@community to php81/Dockerfile
  • Added php82-pecl-pcov@community to php82/Dockerfile
  • Added php83-pecl-pcov@community to php83/Dockerfile
  • Added php84-pecl-pcov@community to php84/Dockerfile
  • Added php85-pecl-pcov@community to php85/Dockerfile

Details

PCOV is installed from the Alpine Linux community repository alongside other PECL extensions. This enables developers to generate code coverage reports when running tests in these Docker images.

https://claude.ai/code/session_011sNqP1fsSPcDjcmLhWjNmD

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_011sNqP1fsSPcDjcmLhWjNmD
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_011sNqP1fsSPcDjcmLhWjNmD
@f3l1x
f3l1x merged commit 40e445f into master Aug 11, 2026
34 of 37 checks passed
@f3l1x
f3l1x deleted the claude/pcov-installation-setup-qths3o branch August 11, 2026 10:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants