Passed
Push — master ( a4b7b7...e08bee )
by Dmitry
02:56
created

Checkout Config

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

filter:
  dependency_paths:
    - vendor/

tools:
  external_code_coverage: true
  # timeout: 300 # 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