Passed
Push — master ( 4f2427...a4b7b7 )
by Dmitry
02:58
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