filter: excluded_paths: - 'tests/*' checks: php: true build: environment: php: '7.1' tests: override: - command: 'phpunit --coverage-clover=.coverage.tmp' coverage: file: '.coverage.tmp' format: 'clover'
filter: excluded_paths: - 'tests/*' checks: php: true coding_style: php: spaces: around_operators: concatenation: true