Completed
Push — master ( dc5cf0...fa16f4 )
by Mehmet
13:29 queued 04:39
created

Checkout Config

# .scrutinizer.yml

checks:
  php:
    code_rating: true
    duplication: true
build:
  environment:
    php: '7.1'
    memcached: true
  tests:
    override:
      -
        command: 'vendor/bin/phpunit --coverage-clover=.soupmix_coverage'
        coverage:
          file: '.soupmix_coverage'
          format: 'clover'
filter:
  excluded_paths:
    - "tests/"

Repository Config

checks:
    php: true
filter: {  }
coding_style:
    php: {  }