Test Failed
Push — master ( 1a9c2f...e3b3ac )
by Jelmer
01:56
created

Checkout Config

filter:
    excluded_paths:
        - 'spec/*'

checks:
    php: true

coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true

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

Repository Config

# language: php

# tests: true