Completed
Branch master (3f3b33)
by Arun
03:35 queued 01:23
created

Checkout Config

tools:
    php_mess_detector: true
    php_code_sniffer: true
    sensiolabs_security_checker: true
    php_pdepend: true
    php_loc:
        enabled: true
        excluded_dirs: [vendor, tests]
filter:
    excluded_paths:
        - 'tests/*'
build:
    tests:
        override:
            -
                command: vendor/bin/phpunit --coverage-clover=package-coverage-file
                coverage:
                    file: package-coverage-file
                    format: clover

Repository Config

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