Completed
Push — master ( 9161e4...2fce30 )
by Anton
02:13
created

Checkout Config

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

Repository Config

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