Completed
Push — master ( 5ca5e8...8989e3 )
by Mehmet
04:08
created

Checkout Config

# .scrutinizer.yml

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

Repository Config

# language: php