diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 588db2c..832cd37 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -4,6 +4,8 @@ build: environment: php: version: 8.2 + variables: + XDEBUG_MODE: coverage tests: override: - make phpunit @@ -12,7 +14,7 @@ build: coverage: tests: override: - - command: make phpunit-coverage + - command: make phpunit coverage: file: build/coverage.xml format: clover