Passed
Push — main ( cf5a21...3890b6 )
by Filipe
13:01
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