Completed
Push — guzzle6 ( 6a445a...f8e5b0 )
by Stefano
04:03
created

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
build:
    tests:
        override:
            -
                command: 'make coverage-clover'
                coverage:
                    file: 'build/artifacts/coverage.xml'
                    format: 'clover'