Skip to content

Remove phpdbg from coverage targets and use php instead #73

@ohmyfelix

Description

@ohmyfelix

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

  1. Updated the shared template so new projects do not reintroduce phpdbg:
    • contributte/crafter/resources/projects/nella/Makefile.latte
  2. Replaced -p phpdbg with -p php in the tracked repository Makefile coverage targets.
  3. Standardized the coverage runtime on plain php, relying on normal PHP coverage drivers such as Xdebug or PCOV instead of phpdbg.
  4. Opened and merged PRs where needed, or confirmed fixes that were already merged upstream.
  5. Ran a final org-wide GitHub code search to confirm no phpdbg remains in contributte Makefile / Makefile.latte coverage 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 of phpdbg
  • final GitHub code search for phpdbg in contributte Makefile / Makefile.latte returned 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 phpdbg from all affected Makefile coverage targets
  • Verify no phpdbg remains in Contributte Makefiles 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions