Passed
Push — master ( ca857b...090ca3 )
by Jonas
08:51 queued 06:33
created

Checkout Config

tools:
  external_code_coverage: true

Repository Config

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

Global Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run

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