Test Failed
Push — master ( e5d517...cfa2aa )
by Laurens
01:33
created

Checkout Config

filter:
    excluded_paths: [tests/*]
checks:
    php:
        code_rating: true
        duplication: true

build:
    environment:
        php:
            version: 7.2
    tests:
        override:
            -
                command: 'make coverage'
                coverage:
                    file: 'coverage/clover.xml'
                    format: 'php-clover'

Repository Config

# language: php