#filter: # paths: ['src/*'] # #build: # environment: # php: # version: 8.1.3 # ## dependencies: ## before: ## - sudo apt-get install libssl-dev # # tests: # override: # - php-scrutinizer-run --enable-security-analysis # - command: 'XDEBUG_MODE=coverage ./vendor/bin/phpunit --config tests/phpunit.xml --coverage-clover=tests/clover.xml' # coverage: # file: 'tests/clover.xml' # format: 'clover' # #tools: # external_code_coverage: false
build: 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: spaces: around_operators: concatenation: true other: after_type_cast: false