filter: excluded_paths: - 'tests/*' checks: php: code_rating: true duplication: true build: tests: override: - command: 'vendor/bin/phpunit --coverage-clover=build/phpunit' coverage: file: 'build/phpunit' format: 'clover'
filter: excluded_paths: - 'tests/*' checks: php: { } coding_style: php: { } build: true