Completed
Push — master ( cea9a9...3f01f3 )
by Aurimas
05:46 queued 04:13
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: {  }