Completed
Push — master ( e05e28...675506 )
by jelmer
05:42
created

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php:
        code_rating: true
        duplication: true
coding_style:
    php:
        indentation:
            general:
                size: 1
        spaces:
            before_parentheses:
                closure_definition: true

build:
    tests:
        override:
            -
                command: 'phpunit --coverage-clover=some-file --configuration ./phpunit.xml.dist'
                coverage:
                    file: 'some-file'
                    format: 'php-clover'