Passed
Branch scrutinizer_new_php_analysis (60620a)
by Donald
02:41
created

Checkout Config

build:
  nodes:
    analysis:
      project_setup:
        override: true
      tests:
        override:
          - php-scrutinizer-run
          -
            command: phpcs-run
            use_website_config: true
      environment:
        php:
          version: 7.1.0

checks:
  php: true

filter:
  excluded_paths:
    - 'bin/*'
    - 'test/*'

tools:
  external_code_coverage:
    timeout: 600

Repository Config

build:
    nodes:
        analysis:
            tests:
                override:
                    -
                        command: phpcs-run
                        use_website_config: true
                    - php-scrutinizer-run