Test Setup Failed
Push — master ( a3a234...e290ee )
by Gerhard
15:04 queued 07:19
created

Checkout Config

filter:
    paths:
        - "src/*"
    excluded_paths:
        - "src/Enhavo/Bundle/*Bundle/Tests/"
        - "src/Enhavo/Component/*Bundle/Tests/"

checks:
    php: true

build:
    nodes:
        coverage:
            services:
            environment:
                php:
                    version: "7.2"
            tests:
                override:
                    - command: ./bin/phpunit --coverage-clover build/coverage.xml
                      coverage:
                          file: build/coverage.xml
                          format: clover

Repository Config

filter:
    paths:
        - "src/*"
    excluded_paths:
        - "src/Enhavo/Bundle/*Bundle/Tests/"
        - "src/Enhavo/Component/*Bundle/Tests/"

checks:
    php: true

build:
    nodes:
        coverage:
            services:
            environment:
                php:
                    version: "7.2"
            tests:
                override:
                    - command: ./bin/phpunit --coverage-clover build/coverage.xml
                      coverage:
                          file: build/coverage.xml
                          format: clover