Completed
Push — master ( a92c6a...f5acda )
by David
02:49
created

Checkout Config

inherit: true

tools:
  external_code_coverage: true

checks:
  php:
    code_rating: true
    duplication: true

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

Repository Config

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