tools: external_code_coverage: true build_failure_conditions: - 'project.metric("scrutinizer.test_coverage", < 1)' # Code Coverage should not be less than 100%
filter: excluded_paths: - 'tests/*' checks: php: true coding_style: php: spaces: around_operators: concatenation: false