Completed
Push — master ( d924ae...e049de )
by Jonas
04:49
created

Checkout Config

tools:
  external_code_coverage:
    runs: 3
    timeout: 600

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    
filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
    
coding_style:
    php: {  }