Passed
Push — main ( a3578d...cf5a21 )
by Filipe
01:23 queued 31s
created

Checkout Config

filter:
  excluded_paths:
    - 'tests/*'
checks:
  php: true

build:
  image: default-jammy
  environment:
    php: 8.2.15
    variables:
      XDEBUG_MODE: coverage
  nodes:
    analysis:
      tests:
        override:
          - php-scrutinizer-run
          - command: php -d debug.mode=coverage ./vendor/bin/phpunit
            coverage:
              file: build/coverage.clover
              format: clover

Repository Config

# language: php