Checkout Config
filter:
dependency_paths:
- "tests/_support/_generated/*"
build:
environment:
php: '7.1'
nodes:
analysis:
tests:
override:
-
command: 'vendor/bin/codecept run --coverage --coverage-xml'
coverage:
file: 'tests/_output/coverage.xml'
format: 'clover'
Repository Config
build:
nodes:
analysis:
project_setup:
override:
- 'true'
tests:
override:
- php-scrutinizer-run
-
command: phpcs-run
use_website_config: true
filter:
excluded_paths:
- 'bin/*'
checks:
php: true
coding_style:
php:
spaces:
around_operators:
concatenation: true