Test Failed
Push — master ( aae183...2ee276 )
by Guilherme Luiz Argentino
08:47
created

Checkout Config

checks:
    php:
        code_rating: true
        duplication: true
        
filter:
    excluded_paths: [vendor/*]

tools:
    php_mess_detector: true
    php_cpd: true
    php_pdepend:
        excluded_dirs: [vendor]
        
build:
    tests:
        override:
            -
                command: 'vendor/bin/phpunit --coverage-clover=some-file'
                coverage:
                    file: 'some-file'
                    format: 'clover'

Repository Config

# language: php

# tests: true