Completed
Push — master ( b1e440...654b46 )
by Peter
03:08 queued 58s
created

Checkout Config

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

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        indentation:
            general:
                use_tabs: true
build: true