Passed
Push — master ( 38d516...3306f1 )
by Alexander
02:07
created

Repository Config

# language:
filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
build:
    nodes:
        tests: true
        analysis:
            tests:
                override:
                    -
                        command: phpcs-run
                        use_website_config: true
                    - php-scrutinizer-run
    tests:
        override:
            -
                command: 'XDEBUG_MODE=coverage vendor/bin/phpunit --coverage-clover=phpunit-coverage.xml'
                coverage:
                    file: 'phpunit-coverage.xml'
                    format: 'php-clover'