Passed
Push — master ( 259279...3dfdc2 )
by Dorian
03:51 queued 01:52
created

Checkout Config

build:
  image: default-bionic
  environment:
    php:
      version: "8.1.4"
  nodes:
    coverage:
      tests:
        override:
          - command: XDEBUG_MODE=coverage vendor/bin/phpunit --stop-on-error --stop-on-failure --coverage-clover coverage.xml
            coverage:
              file: coverage.xml
              format: clover
    analysis:
      tests:
        override:
          - php-scrutinizer-run

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php: {  }