Passed
Push — master ( 535771...f9738e )
by Jelmer
19:12 queued 06:40
created

Checkout Config

filter:
    excluded_paths:
        - 'spec/*'

checks:
    php: true

coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true

build:
    image: default-bionic
    environment:
        php:
            ini:
                'xdebug.mode': 'coverage'
    nodes:
        analysis:
            environment:
                php: 8.1
            tests:
                override:
                    - php-scrutinizer-run
        phpspec:
            environment:
                php: 8.1
            tests:
                override:
                  - command: 'bin/phpspec run'
                    coverage:
                        file: 'coverage.xml'
                        format: 'php-clover'