Completed
Push — master ( ebcfc2...e6e4c4 )
by Oliver
07:50
created

Checkout Config

tools:
    external_code_coverage: true

build_failure_conditions:
    - 'project.metric("scrutinizer.test_coverage", < 1)' # Code Coverage should not be less than 100%

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: false