Completed
Push — master ( 5c78e4...7dde63 )
by Jonas
03:19
created

Checkout Config

tools:
  external_code_coverage:
    runs: 2

Repository Config

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

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