Passed
Branch main (b1e9d9)
by dev
12:44
created

Checkout Config

filter:
  excluded_paths: [ tests/* ]

build:
  nodes:
    tests-with-coverage:
      environment:
        php:
          version: 8.1
          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