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