Passed
Push — master ( e3298a...32f3de )
by Matthew
08:05
created

Checkout Config

filter:
    excluded_paths:
        - "Tests/"
tools:
    external_code_coverage:
        timeout: 900

Repository Config

checks:
    php: true
filter: {  }
coding_style:
    php: {}
build:
    environment:
        php:
            ini:
                memory_limit: '5G'
            version: 7.2 
    nodes:
        analysis:
            tests:
                override:
                    -
                        command: phpcs-run
                        use_website_config: true
                    - php-scrutinizer-run