Completed
Push — master ( f40293...b85bde )
by Christopher
03:34
created

Checkout Config

inherit: true

tools:
    external_code_coverage: true

checks:
    php:
        code_rating: true
        duplication: true

filter:
    paths: [src/*, tests/*]

Repository Config

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