Passed
Push — develop ( 71b03c...334703 )
by Brent
32:34 queued 24:49
created

Checkout Config

build:
    environment:
        php:
            version: 7.1
    tests:
        override:
            -
                command: 'vendor/bin/phpunit --coverage-clover=coverage.xml'
                coverage:
                    file: 'coverage.xml'
                    format: 'clover'
checks:
    php:
        code_rating: true
        duplication: true

filter:
    excluded_paths:
        - "tests/"

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
    javascript: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
build: true