Completed
Push — master ( 15aafd...b249d4 )
by Maxime
11s
created

Checkout Config

tools:
    external_code_coverage:
        timeout: 1800  # How long should we wait for code coverage (in seconds).
        runs: 2        # In how many runs have you split your tests?
filter:
    excluded_paths:
        - tests/*

Repository Config

checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: false


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