Passed
Push — allow-using-config-as-static-f... ( e5f7db...ac1f98 )
by Chema
05:18 queued 02:25
created

Repository Config

build:
  environment:
    php: 8.0
  nodes:
    analysis:
      project_setup:
        override:
          - 'true'
      tests:
        override:
          - php-scrutinizer-run
    coverage:
      tests:
        override:
          - command: composer test-coverage
            coverage:
              file: data/coverage-xml/index.xml
              format: clover

checks:
  php: true
tools:
  php_cs_fixer: true