Completed
Branch master (6a8dcb)
by Saif Eddin
30:30 queued 15:27
created

Checkout Config

imports:
  - php

tools:
  external_code_coverage:
    timeout: 600 # Timeout in seconds.

Repository Config

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

filter:
    excluded_paths:
        - "tests/"
    dependency_paths:
        - "vendor/"