Passed
Branch develop (97423c)
by René
03:36
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