build:
tests:
override:
-
command: 'phpunit --coverage-clover=clover-data test'
coverage:
file: 'clover-data'
format: 'php-clover'
filter:
excluded_paths:
- 'test/*'
checks:
php: true
coding_style:
php: { }
build: true