checks:
php: true
build:
nodes:
analysis:
tests:
override:
- php-scrutinizer-run
-
command: vendor/bin/phpunit --coverage-clover=clover.xml
coverage:
file: clover.xml
format: php-clover
filter:
paths:
- src/*
- tests/*