filter: excluded_paths: - 'test/*' checks: php: true coding_style: php: spaces: around_operators: additive: false build: tests: override: - command: 'phpunit --coverage-clover clover-results -c phpunit.dist.xml' coverage: file: 'clover-results' format: 'php-clover'