Test Failed
Push — master ( b5a074...813da4 )
by Sergey
02:49
created

Checkout Config

checks:
  php: true

filter:
  paths:
    - src/*

build:
  image: default-bionic

  environment:
    php:
      version: 8.2
      ini:
        xdebug.mode: coverage

  nodes:
    analysis:
      tests:
        override:
          - php-scrutinizer-run

    phpunit:
      dependencies:
        override:
          - composer self-update
          - composer update --prefer-dist --no-interaction --no-progress --optimize-autoloader --ansi

      tests:
        override:
          - command: composer run tests
            on_node: 1
            coverage:
              file: var/report/coverage.xml
              format: php-clover

Repository Config

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