Completed
Push — master ( 0f3168...1b05e4 )
by co
03:41
created

Checkout Config

checks:
  php: true

Global Config

build:
    tests:
        override:
            -
                command: 'phpunit --coverage-clover=coverage.clover'
                coverage:
                    file: 'coverage.clover'
                    format: 'php-clover'
        
checks:
    php:
        code_rating: true
        duplication: true

tools:
    php_sim: true
    php_pdepend: true
    php_analyzer: true

filter:
    excluded_paths:
        - 'tests/*'