Completed
Push — master ( f2a5fa...9ac167 )
by Sérgio
08:46 queued 03:13
created

Checkout Config

build:
    environment:
        mysql: false
        postgresql: false
        redis: false
        rabbitmq: false
        php:
            version: 7.0.8

    tests:
        override:
            -
                command: 'vendor/bin/phpunit --coverage-clover=logs/clover.xml'
                coverage:
                    file: 'logs/clover.xml'
                    format: 'php-clover'

checks:
    php:
        code_rating: true
        duplication: true

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php: {  }
build: true