Completed
Push — master ( 4d15ff...ced8de )
by Ole
02:38
created

Repository Config

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