Completed
Push — develop ( 56eec0...cfebeb )
by Stephen
14s queued 11s
created

Repository 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

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