Test Failed
Push — master ( c4750a...e15855 )
by Derek Stephen
12:56
created

Checkout Config

tools:
    external_code_coverage: true
build:
    nodes:
        analysis:
            tests:
                override:
                    - php-scrutinizer-run
    environment:
        php: 8.2.14
filter:
    paths:
        - src/*

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
        tests: true
checks:
    php: true
coding_style:
    php: {  }
filter: {  }