build: image: default-bionic environment: php: version: 8.2 ini: xdebug.mode: coverage nodes: analysis: project_setup: override: - 'true' tests: override: - php-scrutinizer-run - command: vendor/bin/phpcs -n --standard=PSR12 --ignore=./vendor/ --extensions=php ./ - command: XDEBUG_MODE=coverage vendor/bin/phpunit --coverage-clover /home/scrutinizer/build/clover.xml coverage: file: /home/scrutinizer/build/clover.xml format: clover tests: true filter: excluded_paths: - 'tests/*' checks: php: true
build: image: default-bionic environment: variables: SENTRY_DSN: 'https://d420a1e8e127c434be77957a2af9013d@o4509845987065856.ingest.de.sentry.io/4509845992439888' php: version: 8.2.0 ini: xdebug.mode: coverage nodes: analysis: project_setup: override: - 'true' tests: override: - php-scrutinizer-run - command: vendor/bin/phpcs -n --standard=PSR12 --ignore=./vendor/ --extensions=php ./ - command: XDEBUG_MODE=coverage vendor/bin/phpunit --coverage-clover /home/scrutinizer/build/clover.xml coverage: file: /home/scrutinizer/build/clover.xml format: clover tests: true filter: excluded_paths: - 'tests/*' checks: php: true