Passed
Push — master ( 570b25...29883e )
by Bernardo
04:53
created

Checkout Config

checks:
    php:
        code_rating: true
        duplication: true
filter:
    excluded_paths:
        - src/bootstrap.php

Repository Config

build:
    environment:
        php: '7.1'
    dependencies:
        before:
            - ./install.sh

filter:
    excluded_paths:
        - 'tests/*'
        - 'bin/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                additive: false
build:
    tests:
        override:
            -
                command: 'vendor/bin/phpunit --coverage-clover=coverage-file'
                coverage:
                    file: 'coverage-file'
                    format: 'clover'