Completed
Push — master ( dbfb93...5a6a29 )
by Anılcan
04:43 queued 02:00
created

Checkout Config

checks:
    php: true
filter:
    excluded_paths:
        - tests/*
build:
    tests:
        override:
            -
                command: 'vendor/bin/phpunit --coverage-clover=some-file'
                coverage:
                    file: 'some-file'
                    format: 'clover'

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        indentation:
            general:
                size: 1
        spaces:
            within:
                brackets: true