Completed
Push — master ( 06d22f...587a06 )
by Pavel
03:01 queued 53s
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