Completed
Push — master ( e97bda...94a795 )
by Aurimas
16s
created

Checkout Config

filter:
    paths: [src/*]
    excluded_paths: [src/Tests/*]

checks:
    php:
        code_rating: true
        duplication: true

tools:
    external_code_coverage:
        timeout: 600
    php_code_sniffer:
        config:
            standard: "PSR2"

Repository Config

checks:
    php: true
filter: {  }
coding_style:
    php: {  }