Passed
Branch master (fd8925)
by SignpostMarv
03:18
created

Checkout Config

build:
  nodes:
    php71:
      environment:
        php: 7.1
    php713:
      environment:
        php: 7.1.3
    php72:
      environment:
        php: 7.2
    php73:
      environment:
        php: 7.3
    analysis:
      project_setup:
        override: true
      tests:
        override: [php-scrutinizer-run]
  tests:
    override:
      -
        command: 'composer run scrutinizer'
        coverage:
          file: 'phpunit.clover'
          format: 'clover'

checks:
  php:
    code_rating: true
    duplication: true

filter:
  excluded_paths:
    - './Tests/'
    - './tests-src/'
    - './PHPStan/'

Repository Config

# language: php