Completed
Push — master ( 1b0e0e...981129 )
by Mehmet
03:53
created

Checkout Config

# .scrutinizer.yml

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

Repository Config

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