filter:
excluded_paths:
- 'test/*'
- 'vendor/*'
checks:
php: true
coding_style:
php: { }
build:
environment:
php: '7.2'
tests:
override:
-
command: 'vendor/bin/phpunit --coverage-clover=build/logs/clover.xml'
coverage:
file: 'build/logs/clover.xml'
format: 'clover'