Completed
Push — master ( f88f6e...5d85cb )
by Pavel
03:14
created

Checkout Config

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

Global Config

checks:
    php:
        code_rating: true
        duplication: true