Test Failed
Push — master ( 5f6ae8...de6dc0 )
by Jacques
02:39
created

Checkout Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php: {  }
build:
    tests:
        override:
            -
                command: 'phpunit --coverage-clover=build/coverage.clover'
                coverage:
                    file: 'coverage.clover'
                    format: 'clover'

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php: {  }

build: true