Passed
Push — master ( de4279...e5d517 )
by Laurens
01:42
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