Completed
Branch release/v1.1.0 (3ab8d8)
by Sebastian
51:33
created

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true

coding_style:
    php:
        indentation:
            general:
                size: 1
        spaces:
            around_operators:
                bitwise: false
build:
    tests:
        override:
            -   command: 'mkdir -p build/logs'
            -   
                command: 'phpunit --coverage-clover=build/logs/clover.xml'
                coverage:
                    file: 'build/logs/clover.xml'
                    format: 'clover'