Test Setup Failed
Branch botk5 (03a709)
by Enrico
02:14
created

Checkout Config

filter:
    excluded_paths:
        - 'test/*'
        - 'vendor/*'
        - 'samples/*'

checks:
    php: true
    
coding_style:
    php: {  }

build:
    tests:
        override:
            -
                command: 'phpunit --coverage-clover=coverage.clover'
                coverage:
                    file: 'coverage.clover'
                    format: 'php-clover'

Repository Config

# language: php

# tests: true