Failed Conditions
Push — next ( 54e216...c9a2a9 )
by Bas
06:44
created

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
filter:
    excluded_paths:
        - 'bin/*'
        - 'tests/*'
checks:
    php: true
tools:
    external_code_coverage: true
build_failure_conditions:
    - 'elements.rating(<= C).exists'               # No classes/methods with a rating of D or worse
    - 'project.metric("scrutinizer.quality", < 9)' # Code Quality Rating drops below 9
    - 'project.metric("scrutinizer.test_coverage", < 0.90)' # Code Coverage drops below 80%