Skip to content

Remove phpdbg from coverage target#100

Merged
f3l1x merged 1 commit intocontributte:masterfrom
ohmyfelix:chore/remove-phpdbg-coverage
Mar 17, 2026
Merged

Remove phpdbg from coverage target#100
f3l1x merged 1 commit intocontributte:masterfrom
ohmyfelix:chore/remove-phpdbg-coverage

Conversation

@ohmyfelix
Copy link
Copy Markdown
Contributor

Summary

Replace the Makefile coverage target to run Tester with php instead of phpdbg so this repository matches the org-wide coverage migration tracked in #73.

Motivation

Issue #73 is standardizing coverage targets away from phpdbg across Contributte repositories.

Changes

  • replace -p phpdbg with -p php in both coverage target variants in Makefile

Testing

  • composer update --no-interaction
  • make coverage - blocked locally because this environment has no Xdebug, PCOV, or PHPDBG available for coverage collection
  • make tests - fails on PHP 8.5 because ninjify/nunjuck calls deprecated lcg_value() during test bootstrap

@f3l1x f3l1x marked this pull request as ready for review March 17, 2026 17:15
@f3l1x f3l1x merged commit 9d2cb7f into contributte:master Mar 17, 2026
4 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants