Test Setup Failed
Branch scrutinizer-yml-test (6a979b)
by Serge
48s
created

Checkout Config

filter:
    excluded_paths:
        - 'tests/*'
        - 'vendors/*'
checks:
    php:
        code_rating: true
        duplication: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: false
build:
    environment:
            php:
                version: 7.4.28
    tests:
        override:
            -
                command: 'vendor/bin/codecept build'
            -
                command: 'vendor/bin/codecept run --coverage-xml=report.xml'
                coverage:
                    file: 'tests/_output/report.xml'
                    format: 'php-clover'
    dependencies:
        before:
            - composer self-update
            - composer update