Test Failed
Push — master ( fb7a4d...a9e3cd )
by frey
03:47
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]
checks:
    php:
        code_rating: true
        duplication: true
filter:
    excluded_paths:
        - 'tests/*'
build:
    tests:
        override:
            -
                command: vendor/bin/phpunit --coverage-clover=my-coverage-file
                coverage:
                    file: my-coverage-file
                    format: php-clover

Repository Config

checks:
    php: true
filter: {  }
coding_style:
    php: true
build:
    environment:
        variables:
            COSV5_REGION: ap-chengdu
            COSV5_APP_ID: 1252025751
            COSV5_SECRET_ID: AKIDIG6whVKzsb9Wcch42pS3Xu67wCj6hBea
            COSV5_SECRET_KEY: 42oU3lUdkryxlS0OpNn6g8e1CCfCct31
            COSV5_TIMEOUT: 60
            COSV5_CONNECT_TIMEOUT: 60
            COSV5_BUCKET: cosv5test
            COSV5_CDN: http://cosv5test-1252025751.file.myqcloud.com
            COSV5_SCHEME: http
    nodes:
        tests: true
        analysis:
            tests:
                override:
                    -
                        command: phpcs-run
                        use_website_config: true
                    - php-scrutinizer-run