build: image: default-bionic environment: php: 8.1.2 nodes: analysis: project_setup: override: - 'true' tests: override: - php-scrutinizer-run - command: phpcs-run use_website_config: true tests: true coverage: tests: override: - command: ./vendor/bin/phpunit --verbose --coverage-clover=/home/scrutinizer/build/clover.xml coverage: file: /home/scrutinizer/build/clover.xml format: clover filter: excluded_paths: - 'tests/*' checks: php: true coding_style: php: spaces: other: after_type_cast: false