Passed
Push — master ( 906528...cb0b0b )
by Chubarov
04:49
created

Checkout Config

build:
  tests:
    override:
      -
        command: "vendor/bin/phpunit --coverage-clover clover.xml"
        coverage:
           file: 'clover.xml'
           format: 'php-clover'
filter:
  excluded_paths:
    - tests/*
tools:
    php_code_coverage:
        test_command: vendor/bin/phpunit

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true