# .scrutinizer.yml filter: excluded_paths: - 'test/*' checks: php: true coding_style: php: { } build: tests: override: - command: 'phpunit --coverage-clover=build/log' coverage: file: 'build/log' format: 'php-clover'
filter: excluded_paths: - 'test/*' checks: php: true coding_style: php: { } build: true