Completed
Pull Request — develop (#1)
by René
16:59
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