Test Setup Failed
Pull Request — 1.x (#77)
by
unknown
17:40 queued 02:41
created

Checkout Config

tools:
  external_code_coverage:
    timeout: 600
    runs: 4
build:
    environment:
        variables:
            XDEBUG_MODE: 'coverage'
    tests:
        override:
            -
                command: 'vendor/bin/phpunit --coverage-clover=phpunit-coverage.xml'
                coverage:
                    file: 'phpunit-coverage.xml'
                    format: 'php-clover'

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php: {  }
tools:
    external_code_coverage:
        timeout: 600
        runs: 4