Passed
Push — master ( 8ab5c4...41ec8f )
by SignpostMarv
02:49
created

Checkout Config

build:
  nodes:
    php71:
      environment:
        php: 7.1
    php72:
      environment:
        php: 7.2
    analysis:
      project_setup:
        override: true
      tests:
        override: [php-scrutinizer-run]
  tests:
    override:
      -
        command: 'vendor/bin/phpunit --coverage-clover=some-file'
        coverage:
          file: 'some-file'
          format: 'clover'

checks:
  php:
    code_rating: true
    duplication: true

filter:
  excluded_paths:
    - './tests/'

Repository Config

# language: php

# tests: true