checks:
php: true
filter:
excluded_paths:
- 'tests/*'
build:
tests:
override:
-
command: 'phpunit --bootstrap tests/autoloader.php --coverage-clover=coverage-file tests'
coverage:
file: 'coverage-file'
format: 'php-clover'
# language: php