Test Setup Failed
Push — development ( be3299...e84bcd )
by Tim
08:50 queued 04:45
created

Checkout Config

build:
    dependencies:
        override:
            - npm install
checks:
    php:
        code_rating: true
        duplication: true

tools:
    external_code_coverage: true

Repository Config

filter:
    paths:
        - 'app/*'
    excluded_paths:
        - 'app/views/*'
        - 'app/config/*'
        - 'app/database/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: false
build: true