Completed
Push — master ( f1b3c1...6c1c3f )
by Pavel
02:44
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