Completed
Branch master (7fb6c9)
by Ole
04:46 queued 01:56
created

Checkout Config

filter:
    excluded_paths: [vendor/*]

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

tools:
    php_mess_detector: true
    php_cpd:
        enabled: true
        excluded_dirs: [vendor]
    php_pdepend:
        enabled: true
        excluded_dirs: [vendor]
    php_code_sniffer:
        enabled: true
        config:
            standard: PSR2
    php_code_coverage: true
    php_loc:
        enabled: true
        excluded_dirs: [vendor]
    sensiolabs_security_checker: true

checks:
    php:
        code_rating: true
        duplication: true

Repository Config

# language: php

# tests: true