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