Completed
Push — master ( 754a73...5e8c03 )
by Maximilian
14:11
created

Checkout Config

filter:
    excluded_paths:
        - vendor/*
        - tests/*
        - docs/*

checks:
    php:
        code_rating: true
        duplication: true

tools:
    external_code_coverage:
        timeout: 800
        runs: 2

build:
    nodes:
        analysis:
            tests:
                override:
                    - php-scrutinizer-run

Repository Config

filter:
    excluded_paths:
        - vendor/*
        - tests/*

checks:
    php:
        code_rating: true
        duplication: true

tools:
    external_code_coverage:
        timeout: 800
        runs: 2


build:
    nodes:
        analysis:
            tests:
                override:
                    - php-scrutinizer-run