Test Failed
Push — feature/api-versions ( a57f4c...a08e88 )
by Robin
02:32
created

Checkout Config

build:
    environment:
        php:
            version: '7.3.10'
    tests:
        override:
            -
                command: 'vendor/bin/phpunit --coverage-clover=coverage-file --stop-on-failure'
                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'