Passed
Push — master ( 50828a...3c1d2f )
by Yaroslav
20:20 queued 07:25
created

Checkout Config

filter:
  excluded_paths: [tests/*]

build:
  nodes:
    analysis:
      image: default-bionic
      environment:
        php:
          version: 8.1
          ini:
            "xdebug.mode": coverage,
            memory_limit: "-1"
      tests:
        override:
          - command: vendor/bin/phpunit --coverage-clover=coverage-file
            coverage:
              file: coverage-file
              format: php-clover
          - php-scrutinizer-run

checks:
  php:
    fix_doc_comments: true

Repository Config

# language: php
build:
  # Variables for all nodes
  environment:
    variables:
      COMPOSER_AUTH: '{"http-basic": {"nova.laravel.com": {"username": "[email protected]", "password": "wC7CfyH6DhINk3Fi58hZzaTC3GG4ZBPbHp8CLpHfFz8gzHugfn"}}}'