filter:
paths: ["src/*"]
excluded_paths:
- 'tests/*'
- 'vendor/*'
checks:
php: true
coding_style:
php:
spaces:
around_operators:
concatenation: true
other:
after_type_cast: false
tools:
php_cs_fixer:
config: { level: psr2 }
build:
tests:
override:
-
command: 'vendor/bin/codecept run unit --coverage --coverage-xml --coverage-html'
coverage:
file: 'tests/_output/coverage.xml'
format: 'clover'