Passed
Push — master ( 5f0369...fc9cf6 )
by Thomas
02:29
created

Checkout Config

build:
    image: default-bionic
    environment:
        php:
            version: 8.2
            ini:
                xdebug.mode: coverage
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    - command: vendor/bin/phpcs -n --standard=PSR12 --ignore=./vendor/ --extensions=php ./
                    - command: XDEBUG_MODE=coverage vendor/bin/phpunit --coverage-clover /home/scrutinizer/build/clover.xml
                      coverage: 
                        file: /home/scrutinizer/build/clover.xml
                        format: clover
        tests: true
filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true

Repository Config

build:
    image: default-bionic
    environment:
        variables:
            BUGSNAG_API_KEY: 'b022c051dc0bfe5ab025413a7801c7e3'
        php:
            version: 8.2.0
            ini:
                xdebug.mode: coverage
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    - command: vendor/bin/phpcs -n --standard=PSR12 --ignore=./vendor/ --extensions=php ./
                    - command: XDEBUG_MODE=coverage vendor/bin/phpunit --coverage-clover /home/scrutinizer/build/clover.xml
                      coverage: 
                        file: /home/scrutinizer/build/clover.xml
                        format: clover
        tests: true
filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true