Completed
Pull Request — master (#7)
by James
03:57
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: {  }