Passed
Branch master (337fd9)
by Richard
03:45 queued 01:06
created

Checkout Config

checks:
    php: true
filter:
    excluded_paths:
        - 'tests/*'
build:
    tests:
        override:
            -
                command: './run_tests.sh --coverage-clover=coverage-file --coverage-filter=src'
                coverage:
                    file: 'coverage-file'
                    format: 'php-clover'

Repository Config

# language: php