Passed
Push — master ( 101ad5...2f664d )
by Pavel
01:50
created

Checkout Config

build:
  tests:
    override:
      -
        command: phpunit --coverage-clover=build/clover.xml
        coverage:
          file: build/clover.xml
          format: php-clover

filter:
  excluded_paths:
    - "Tests/"

Global Config

checks:
    php:
        code_rating: true
        duplication: true