Completed
Push — master ( 1a8ab5...77711d )
by Adriano
14:51 queued 08:07
created

Checkout Config

filter:
    excluded_paths:
        - 'tests/*'
        - 'vendor/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
            before_keywords:
                else: false
                catch: false
            within:
                brackets: true
build:
    tests:
        override:
            -
                command: 'phpunit --coverage-clover=fipe-api'
                coverage:
                    file: 'fipe-api'
                    format: 'clover'

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
            before_keywords:
                else: false
                catch: false
            within:
                brackets: true