filter:
excluded_paths:
- 'tests/*'
- 'vendor/*'
checks:
php:
code_rating: true
duplication: true
coding_style:
php: { }
build:
tests:
override:
-
command: 'phpunit --coverage-clover=coverage'
coverage:
file: 'coverage'
format: 'clover'
tools:
php_code_sniffer:
config:
standard: "PSR2"