Passed
Push — next ( ad5bc1...4ffd75 )
by Bas
05:14 queued 02:58
created

Repository Config

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