Completed
Push — master ( 34ebb5...5aaf6c )
by frey
07:42
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:
    tests:
        override:
            -
                command: 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:
            COSV4_PROTOCOL: http
            COSV4_DOMAIN: cosv5test-1252025751.file.myqcloud.com
            COSV4_APP_ID: 1252025751
            COSV4_SECRET_ID: AKIDIG6whVKzsb9Wcch42pS3Xu67wCj6hBea
            COSV4_SECRET_KEY: 42oU3lUdkryxlS0OpNn6g8e1CCfCct31
            COSV4_TIMEOUT: 60
            COSV4_BUCKET: cosv5test
            COSV4_REGION: cd
            COSV4_DEBUG: true
    nodes:
        tests: true
        analysis:
            tests:
                override:
                    -
                        command: phpcs-run
                        use_website_config: true
                    - php-scrutinizer-run