Passed
Push — main ( 537bf7...05af85 )
by Jonas
03:08 queued 38s
created

Checkout Config

build:
  environment:
    php: 8.0.2
tools:
  external_code_coverage:
    runs: 5

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: {  }