Completed
Push — master ( 1f827a...242d32 )
by firstshuai
03:23 queued 01:10
created

Checkout Config

tools:
    # external_code_coverage: true
    php_mess_detector: true
    php_code_sniffer: true
    sensiolabs_security_checker: true
    # php_code_coverage: true
    php_pdepend: true
    php_loc:
        enabled: true
        excluded_dirs: [vendor, tests]
filter:
    excluded_paths:
        - 'tests/*'
build:
    environment:
        php:
            version: 7.0.7
    tests:
        override:
            -
                command: phpunit --coverage-clover=package-coverage-file
                coverage:
                    file: package-coverage-file
                    format: clover

Repository Config

checks:
    php: true
filter: {  }
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
build: true