Passed
Push — master ( 8a6050...5a6ead )
by Andrii
11:18
created

Checkout Config

checks:
    php:
        code_rating: true
        duplication: true
tools:
    php_code_coverage:
        enabled: true
    external_code_coverage:
        timeout: 600
build:
    nodes:
        analysis:
            tests:
                override: [php-scrutinizer-run]

Repository Config

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