Passed
Push — 4.x ( bb82bb...84c3b9 )
by leo
18:04 queued 06:57
created

Checkout Config

build:
  environment:
    php: '8'
  dependencies:
    before:
      - composer install
  tests:
    override:
      -
        command: 'XDEBUG_MODE=coverage composer phpunit -- --coverage-clover=.coverage.xml'
        coverage:
          file: '.coverage.xml'
          format: 'clover'
filter:
  excluded_paths:
    - "database/"
    - "config/"
    - "tests/"

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            before_parentheses:
                closure_definition: true

build: true