Test Setup Failed
Push — master ( c2028f...456c58 )
by Budi
02:14
created

Checkout Config

build:
    tests:
        override:
            -
                command: 'phpunit --coverage-clover=phpunit-coverage'
                coverage:
                    file: 'phpunit-coverage'
                    format: 'clover'

filter:
    excluded_paths:
        - test/*

Repository Config

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