Passed
Push — main ( 44f9b3...d7b1c0 )
by Yaroslav
02:39
created

Checkout Config

filter:
  excluded_paths: [tests/*]

build:
  nodes:
    analysis:
      image: default-bionic
      environment:
        php:
          version: 8.0
          ini:
            "xdebug.mode": coverage
      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"}}}'