Test Failed
Push — master ( 9630d8...eae163 )
by Keoghan
05:11 queued 14s
created

Checkout Config

build:
    environment:
        php:
            version: '7.3.10'
    tests:
        override:
            -
                command: 'vendor/bin/phpunit --coverage-clover=coverage-file'
                coverage:
                    file: 'coverage-file'
                    format: 'clover'

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
                negation: true
build:
    environment:
        variables:
            API_KEY: '62b13663'