filter: paths: ["src/*"] excluded_paths: ["tests/*"] dependency_paths: ["vendor/*"] checks: php: code_rating: true duplication: true tools: external_code_coverage: false build: environment: php: version: "7.4" pecl_extensions: - zip mysql: false node: false postgresql: false mongodb: false elasticsearch: false redis: false memcached: false neo4j: false rabbitmq: false google_chrome: use_latest: true selenium: true apt_packages: - xvfb - libfontconfig - wkhtmltopdf nodes: analysis: tests: override: - php-scrutinizer-run --enable-security-analysis dependencies: before: - composer self-update - composer update --no-interaction --prefer-dist --no-progress tests: before: - command: composer test-coverage coverage: file: 'build/logs/clover.xml' format: 'clover'
build: nodes: analysis: project_setup: override: - 'true' tests: override: - php-scrutinizer-run - command: phpcs-run use_website_config: true - js-scrutinizer-run checks: php: true javascript: true coding_style: php: spaces: around_operators: concatenation: true within: brackets: true filter: excluded_paths: - 'build/*'