Completed
Push — master ( 114083...de6047 )
by Mike
22:28
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