Passed
Push — main ( a4767c...8a27eb )
by mikhail
03:29
created

Repository Config

build:
    nodes:
        coverage:
            tests:
                override:
                    -
                        command: ./vendor/bin/phpunit --coverage-clover build/logs/clover.xml
                        coverage:
                            file: build/logs/clover.xml
                            format: clover
        analysis:
            tests:
                override:
                    - php-scrutinizer-run
    cache:
        disabled: true
        directories:
            - vendor/
filter:
    excluded_paths:
        - 'tests/*'

Global Config

build:
    environment:
        php: 8.2
        variables:
            XDEBUG_MODE: coverage