Passed
Push — master ( fbcc36...dc58b8 )
by Dmitry
10:05
created

Checkout Config

build:
  nodes:
    analysis:
      tests:
        override:
          - php-scrutinizer-run

filter:
  dependency_paths:
    - vendor/

tools:
  external_code_coverage: true
  # timeout: 600 # default timeout in seconds

Repository Config

# language: php
checks:
    php: true

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