build: tests: override: - command: vendor/bin/phpunit --coverage-clover=build/clover.xml coverage: file: build/clover.xml format: php-clover filter: excluded_paths: - "./tests"
filter: excluded_paths: - 'tests/*' - 'bin/*' checks: php: true coding_style: php: spaces: around_operators: concatenation: true