-
-
Notifications
You must be signed in to change notification settings - Fork 2
Remove phpdbg from coverage targets and use php instead #73
Copy link
Copy link
Closed
Closed
Copy link
Description
This issue tracked replacing phpdbg with plain php in coverage-related Makefile targets across Contributte. The migration is complete, the shared template is updated, and the repository checklist is fully synchronized.
Current pattern is typically:
vendor/bin/tester -s -p phpdbg --colors 1 -C --coverage ...Target state:
vendor/bin/tester -s -p php --colors 1 -C --coverage ...What was done
- Updated the shared template so new projects do not reintroduce
phpdbg:contributte/crafter/resources/projects/nella/Makefile.latte
- Replaced
-p phpdbgwith-p phpin the tracked repositoryMakefilecoverage targets. - Standardized the coverage runtime on plain
php, relying on normal PHP coverage drivers such as Xdebug or PCOV instead ofphpdbg. - Opened and merged PRs where needed, or confirmed fixes that were already merged upstream.
- Ran a final org-wide GitHub code search to confirm no
phpdbgremains in contributteMakefile/Makefile.lattecoverage targets.
Progress Snapshot
Last update: 2026-03-30
Done / confirmed covered:
- 120/120 repository or template entries are now marked done in this checklist.
- shared template updated:
contributte/crafter/resources/projects/nella/Makefile.latte - coverage now runs through plain
php; CI/local coverage relies on standard PHP coverage drivers such as Xdebug or PCOV instead ofphpdbg - final GitHub code search for
phpdbgin contributteMakefile/Makefile.lattereturned 0 matches
Final status:
- repository checklist synchronized
- no repo entries remain unchecked
- no tracked contributte coverage targets still use
phpdbg
Todo
- Confirm the coverage driver strategy for CI/local runs when using pure
php - Update the shared project template first so new projects do not reintroduce
phpdbg - Remove
phpdbgfrom all affectedMakefilecoverage targets - Verify no
phpdbgremains in ContributteMakefiles after the migration
Repositories / files to update (120)
-
contributte/crafter/resources/projects/nella/Makefile.latte -
contributte/api/Makefile -
contributte/api-docu/Makefile -
contributte/api-router/Makefile -
contributte/api-router-skeleton/Makefile -
contributte/api-skeleton/Makefile -
contributte/apitte/Makefile -
contributte/apitte-skeleton/Makefile -
contributte/application/Makefile -
contributte/bare/Makefile -
contributte/barelib/Makefile -
contributte/bootstrap/Makefile -
contributte/bus/Makefile -
contributte/cache/Makefile -
contributte/code-checker/Makefile -
contributte/codestyler-site/Makefile -
contributte/comgate/Makefile -
contributte/componette-site/Makefile -
contributte/console/Makefile -
contributte/console-extra/Makefile -
contributte/console-skeleton/Makefile -
contributte/crafter/Makefile -
contributte/czech-post/Makefile -
contributte/dag/Makefile -
contributte/database/Makefile -
contributte/datagrid/Makefile -
contributte/datagrid-nette-database-data-source/Makefile -
contributte/datagrid-skeleton/Makefile -
contributte/ddd-skeleton/Makefile -
contributte/dev/Makefile -
contributte/di/Makefile -
contributte/doctrine-annotations/Makefile -
contributte/doctrine-dbal/Makefile -
contributte/doctrine-extensions-atlantic18/Makefile -
contributte/doctrine-extensions-beberlei/Makefile -
contributte/doctrine-extensions-knplabs/Makefile -
contributte/doctrine-extensions-oroinc/Makefile -
contributte/doctrine-extra/Makefile -
contributte/doctrine-extra-skeleton/Makefile -
contributte/doctrine-fixtures/Makefile -
contributte/doctrine-migrations/Makefile -
contributte/doctrine-mongodb/Makefile -
contributte/doctrine-odm/Makefile -
contributte/doctrine-orm/Makefile -
contributte/doctrine-skeleton/Makefile -
contributte/elastica/Makefile -
contributte/elasticsearch/Makefile -
contributte/event-dispatcher/Makefile -
contributte/event-dispatcher-extra/Makefile -
contributte/fileupload/Makefile -
contributte/fio/Makefile -
contributte/firewall/Makefile -
contributte/flysystem/Makefile -
contributte/forms/Makefile -
contributte/forms-multiplier/Makefile -
contributte/forms-wizard/Makefile -
contributte/framex/Makefile -
contributte/framex-skeleton/Makefile -
contributte/fx-skeleton/Makefile -
contributte/gettext/Makefile -
contributte/gopay-inline/Makefile -
contributte/gosms/Makefile -
contributte/gui-skeleton/Makefile -
contributte/guzzlette/Makefile -
contributte/http/Makefile -
contributte/image-storage/Makefile -
contributte/imagist/Makefile -
contributte/imap/Makefile -
contributte/jsonrpc/Makefile -
contributte/juicyphp/Makefile -
contributte/kernel/Makefile -
contributte/latte/Makefile -
contributte/latte-parsedown-extra/Makefile -
contributte/mail/Makefile -
contributte/mailing/Makefile -
contributte/mcp/Makefile -
contributte/mcp-skeleton/Makefile -
contributte/menu-control/Makefile -
contributte/messenger/Makefile -
contributte/messenger-skeleton/Makefile -
contributte/middlewares/Makefile -
contributte/monolog/Makefile -
contributte/nella/Makefile -
contributte/nella-skeleton/Makefile -
contributte/neonizer/Makefile -
contributte/newrelic/Makefile -
contributte/nextras-criteria/Makefile -
contributte/nextras-orm-events/Makefile -
contributte/nextras-orm-generator/Makefile -
contributte/nextras-orm-query-object/Makefile -
contributte/nusoap/Makefile -
contributte/oauth2-client/Makefile -
contributte/oauth2-server/Makefile -
contributte/openapi/Makefile -
contributte/pdf/Makefile -
contributte/phpunit/Makefile -
contributte/psr11-container-interface/Makefile -
contributte/psr6-caching/Makefile -
contributte/psr7-http-message/Makefile -
contributte/rabbitmq/Makefile -
contributte/reCAPTCHA/Makefile -
contributte/redis/Makefile -
contributte/scheduler/Makefile -
contributte/security/Makefile -
contributte/sentry/Makefile -
contributte/sentry-skeleton/Makefile -
contributte/starter-skeleton/Makefile -
contributte/tester/Makefile -
contributte/tester-skeleton/Makefile -
contributte/thepay/Makefile -
contributte/thepay-api/Makefile -
contributte/tracy/Makefile -
contributte/ui/Makefile -
contributte/ui-skeleton/Makefile -
contributte/utils/Makefile -
contributte/validator/Makefile -
contributte/vercel/Makefile -
contributte/vite/Makefile -
contributte/webapp-skeleton/Makefile -
contributte/webpack-skeleton/Makefile
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels