Passed
Push — main ( b0b264...04eeb1 )
by Yaroslav
03:10
created

Checkout Config

filter:
  excluded_paths: [ tests/* ]

build:
  nodes:
    analysis:
      image: default-bionic
      environment:
        php:
          version: 8.0
          ini:
            "xdebug.mode": coverage,
            memory_limit: "-1"
      tests:
        override:
          - command: vendor/bin/phpunit --coverage-clover=coverage-file
            coverage:
              file: coverage-file
              format: php-clover
          - php-scrutinizer-run
checks:
  php:
    fix_doc_comments: true

Repository Config

# language: php