Completed
Push — master ( 57b1d6...b1f784 )
by David
02:38
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