Completed
Push — master ( 11124f...3d35e5 )
by Marco
13s queued 11s
created

Checkout Config

inherit: true

before_commands:
    - "composer install --no-dev --prefer-source"

tools:
    external_code_coverage:
        enabled: true
        timeout: 600
        runs: 1

Repository Config

filter:
    excluded_paths:
        - 'features/*'
checks:
    php: true
coding_style:
    php: {  }