Passed
Push — main ( 4b389f...4645da )
by Andrejs
03:23
created

Repository Config

build:
    nodes:
        coverage:
            environment:
                php: 7.3
            tests:
                override:
                  - command: "php -d memory_limit=-1 ./tests/Application/bin/console ca:cl -e test ; XDEBUG_MODE=coverage php ./vendor/bin/phpunit"
                    coverage:
                        file: build/logs/clover.xml
                        format: clover

filter:
    excluded_paths:
        - 'tests/*'
        - 'bin/*'
        - 'features/*'
checks:
    php: true