# .scrutinizer.yml checks: php: code_rating: true duplication: true build: environment: php: '5.6' tests: override: - command: 'phpunit --coverage-clover=.soupmix_coverage' coverage: file: '.soupmix_coverage' format: 'clover' filter: excluded_paths: - "tests/"
checks: php: true filter: { } coding_style: php: { }