filter:
excluded_paths:
- 'tests/*'
checks:
php:
code_rating: true
duplication: true
coding_style:
php:
indentation:
general:
size: 1
spaces:
before_parentheses:
closure_definition: true
build:
tests:
override:
-
command: 'phpunit --coverage-clover=some-file --configuration ./phpunit.xml.dist'
coverage:
file: 'some-file'
format: 'php-clover'