filter:
excluded_paths:
- 'tests/*'
build:
tests:
override:
-
command: 'phpunit --coverage-clover=phpunit.xml.dist'
coverage:
file: 'phpunit.xml.dist'
format: 'clover'
checks:
php:
simplify_boolean_return: true
javascript: true
coding_style:
php: { }