filter: excluded_paths: - tests/* build: tests: override: - command: 'vendor/bin/phpunit --configuration tests/phpunit.xml --coverage-clover=coverage.clover tests/' coverage: file: 'coverage.clover' format: 'clover'
filter: excluded_paths: - 'tests/*' checks: php: true coding_style: php: spaces: around_operators: concatenation: true build: true