Test Failed
Push — fix/coding-standards-workflow ( 02fef5...8b2a1f )
by Konrad
01:58
created

Checkout Config

build:
    nodes:
        analysis:
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: make install-dev-tools && make run-phpunit ARGS="--coverage-clover coverage/clover.xml"
                        coverage:
                            file: coverage/clover.xml
                            format: clover
            environment:
                php:
                    version: 7.4

Repository Config

filter:
    excluded_paths: [vendor/*, app/*, web/*]

tools:
    php_cpd: true
    php_pdepend:
        excluded_dirs: [vendor]

build:
    nodes:
        analysis:
            tests:
                override:
                    - php-scrutinizer-run