filter:
excluded_paths:
- 'tests/*'
checks:
php: true
coding_style:
php:
indentation:
general:
size: 1
build:
tests:
override:
-
command: 'phpunit --coverage-clover=billow-coverage'
coverage:
file: 'billow-coverage'
format: 'php-clover'
nodes:
analysis:
tests:
override:
- php-scrutinizer-run
tests: true