filter: excluded_paths: - 'tests/*' - 'bin/*' checks: php: true coding_style: php: spaces: around_operators: concatenation: false build: tests: override: - command: 'vendor/phpunit/phpunit/phpunit --coverage-clover=coverage.xml' coverage: file: 'coverage.xml' format: 'php-clover' idle_timeout: 1800