Passed
Push — master ( a4378a...989164 )
by Theo
01:59
created

Repository Config

build:
    nodes:
        analysis:
            tests:
                override:
                    -
                        command: 'vendor/bin/phpunit'
                        coverage:
                            file: build/coverage.xml
                            format: clover
                    - phpcs-run
                    - php-scrutinizer-run
                    - js-scrutinizer-run

filter:
    excluded_paths:
        - '*.min.js'
checks:
    php: true
    javascript: true