Passed
Push — main ( bc9cc7...2f6497 )
by Chema
06:44
created

Repository Config

build:
  environment:
    php: 8.2
  nodes:
    analysis:
      project_setup:
        override:
          - 'true'
      tests:
        override:
          - php-scrutinizer-run
    tests: true
    coverage:
      tests:
        override:
          -
            command: 'XDEBUG_MODE=coverage vendor/bin/phpunit tests --coverage-clover tests/clover.xml --configuration phpunit.xml.dist'
            coverage:
              file: 'tests/clover.xml'
              format: 'clover'
checks:
  php: true
tools:
  php_cs_fixer: true