Passed
Push — master ( e32a81...12baf4 )
by Antonio Carlos
02:26
created

Checkout Config

build:
    environment:
        php:
            version: 7.2

Repository Config

checks:
    php: {  }

filter: {  }
coding_style:
    php: {  }
build:
    tests:
        override:
            -
                command: 'vendor/bin/phpunit --coverage-clover=/tmp/coverage-clover.xml'
                coverage:
                    file: '/tmp/coverage-clover.xml'
                    format: 'clover'