Passed
Push — master ( 507238...6290b2 )
by Ismayil
04:35 queued 02:12
created

Checkout Config

filter:
    excluded_paths:
        - 'vendor/*'
        - 'tests/*'

tools:
    php_mess_detector:
        filter:
            excluded_paths: ['vendor/*','tests/*']
    sensiolabs_security_checker: true
    php_pdepend:
        excluded_dirs:
            - vendors
            - vendor
    php_hhvm: true
    php_sim: true
    php_code_sniffer: true

checks:
    php:
        code_rating: true
        duplication: true

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

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php: {  }

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