Passed
Push — master ( 658ad9...c44115 )
by Jonas
01:55
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: {  }