Passed
Push — master ( 683720...450f07 )
by Jelmer
01:55
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'

Repository Config

# language: php

# tests: true