Skip to content

Commit 5378d17

Browse files
fain182claude
andcommitted
Remove coverage target using deprecated phpdbg
phpdbg was removed in PHP 8.3+. Coverage is handled by codecov.io. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 9adaba4 commit 5378d17

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ phar: ## it creates phar
3131
outdated:
3232
composer outdated
3333

34-
coverage: ## it launches coverage
35-
phpdbg -qrr ./bin/phpunit --coverage-html build/coverage
3634

3735
csfix: ## it launches cs fix
3836
PHP_CS_FIXER_IGNORE_ENV=1 bin/php-cs-fixer fix -v

0 commit comments

Comments
 (0)