build:
tests:
override:
-
command: 'vendor/bin/phpunit --coverage-clover=tests/reports/coverage-clover.xml'
coverage:
file: 'tests/reports/coverage-clover.xml'
format: 'clover'
filter:
excluded_paths:
- 'tests/*'
checks:
php: true
coding_style:
php: { }
build: true