Completed
Push — develop ( 0ba8d5...4602a5 )
by René
03:16
created

Checkout Config

build:
  environment:
    php: '7.0.6'
  tests:
    override:
      -
        command: 'phpunit --coverage-clover=coverage.xml'
        coverage:
          file: 'coverage.xml'
          format: 'php-clover'

checks:
  php:
    code_rating: true
    duplication: true

Repository Config

checks:
    php: true
filter: {  }
coding_style:
    php: {  }
build: true