Completed
Push — master ( 55ab04...6ed10d )
by Mike
17s queued 12s
created

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php:
        excluded_dependencies:
            - satooshi/php-coveralls
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
            within:
                brackets: true

Global Config

filter:
    excluded_paths: [vendor/*, Tests/*]
checks:
    php:
        code_rating: true
        duplication: true
tools:
    external_code_coverage: 
        timeout: 1200