Passed
Push — develop ( 2238c4...fff106 )
by Stephen
02:28
created

Repository Config

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


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

Global Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php: {  }
tools:
    external_code_coverage:
        timeout: 600    # Timeout in seconds.
build:
    nodes:
        analysis:
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true