filter: excluded_paths: - 'tests/*' - 'bin/*' - 'installer.php' - 'build/tests/*' checks: php: true coding_style: php: spaces: around_operators: concatenation: true build: tests: override: - command: 'vendor/bin/phpunit -c phpunit.xml.dist' coverage: file: 'reports/coverage.xml' format: 'clover'