Test Failed
Branch code-coverage (5a87fa)
by Florian
02:17
created

Checkout Config

imports:
    - php

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

filter:
    excluded_paths:
        - docs/
        - tests/
tools:
    php_mess_detector: true
    php_cpd:
        excluded_dirs:
            - docs/
            - tests/
    php_loc:
        excluded_dirs:
            - docs/
            - tests/
    php_pdepend:
        excluded_dirs:
            1: docs/
            2: tests/

Repository Config

# language: php

# tests: true