From d2a5a3e0575399092ed37591c958763f44f7c620 Mon Sep 17 00:00:00 2001 From: Oh My Felix Date: Fri, 13 Mar 2026 12:55:46 +0000 Subject: [PATCH] Replace phpdbg in coverage target Use the regular PHP binary for the Makefile coverage target to align this repository with the org-wide coverage migration tracked in contributte/contributte#73. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e08bbb0..3e77438 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,7 @@ tests: .PHONY: coverage coverage: - vendor/bin/tester -s -p phpdbg --colors 1 -C --coverage ./coverage.xml --coverage-src ./app tests + vendor/bin/tester -s -p php --colors 1 -C --coverage ./coverage.xml --coverage-src ./app tests .PHONY: dev dev: