Passed
Push — update-guzzle ( 2edff1...73d89f )
by Louis
33:42 queued 17:10
created

Checkout Config

checks:
    php:
        code_rating: true
        duplication: true

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

filter:
    excluded_paths:
        - src/EtherpadLite/Tests/*