Passed
Push — 3.x ( 4e5cb3...3580b4 )
by Aleksei
05:20
created

Repository Config

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

checks:
    php: true
    
filter:
    paths:
        - "src/*"

tools:
    external_code_coverage:
        timeout: 600    # Timeout in seconds.
        runs: 1 # How many code coverage submissions Scrutinizer will wait

Global Config

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

checks:
    php: true
    
filter:
    paths:
        - "src/*"

tools:
    external_code_coverage:
        timeout: 600    # Timeout in seconds.
        runs: 1 # How many code coverage submissions Scrutinizer will wait