Completed
Push — master ( c6dd8b...a6a466 )
by Michal
06:09 queued 03:11
created

Repository Config

coding_style:
    php: {  }
filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
build:
    tests:
        override:
            -
                command: './vendor/bin/phpunit -c phpunit.xml'
                coverage:
                    file: 'coverage.xml'
                    format: 'php-clover'