build: nodes: coverage: tests: override: - command: vendor/bin/phpunit --color=always -v --debug --coverage-clover=build/clover.xml coverage: file: build/clover.xml format: clover
build: environment: php: version: 7.4 nodes: analysis: project_setup: override: - 'true' tests: override: - php-scrutinizer-run - command: phpcs-run use_website_config: true tests: true filter: excluded_paths: - 'tests/*' checks: php: true coding_style: php: { }