Test Setup Failed
Branch feature/ci (48866d)
by Andreas
01:43
created

Checkout Config

checks:
    php: true

filter:
    excluded_paths:
        - tests/*
        - vendor/*
build:
    tests:
        override:
            -
                command: 'vendor/bin/phpunit --coverage-clover=clover.xml'
                coverage:
                    file: 'clover.xml'
                    format: 'clover'

Repository Config

# language: