Completed
Push — master ( 686904...f77010 )
by Joni
01:51
created

Checkout Config

build:
    tests:
        override:
        -   command: phpunit
            coverage:
                format: php-clover
                file: build/logs/clover.xml
checks:
    php:
        code_rating: true
        duplication: false
filter:
    excluded_paths:
    - test/

Repository Config

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