Test Setup Failed
Push — feature/unit-tests ( 0f45fd...063900 )
by Yuichi
47s
created

Checkout Config

build:
    image: default-bionic
    environment:
        php: 8.3.7
    nodes:
        analysis:
            project_setup:
                after:
                    - cat parameters.yml
            tests:
                override:
                    - command: php ./bin/phpunit ./tests/Api/Kintone/ApisTest.php --coverage-text --coverage-clover=coverage.clover
                      coverage:
                          file: ./coverage.clover
                          format: clover

checks:
    php:
        code_rating: true
        duplication: true

filter:
    paths: ["src/*"]

tools:
    external_code_coverage:
        timeout: 900
    php_code_coverage: true
    php_mess_detector: true
    php_pdepend: true
    php_analyzer: true
    php_cpd: true

Repository Config

# language: php
build:
    environment:
        variables:
            CYBOZU_DOMAIN:      cybozu.com
            CYBOZU_SUB_DOMAIN:  dev-cstap
            CYBOZU_LOGIN:       [email protected]
            CYBOZU_PASSWORD:    ochi1223
            CYBOZU_USE_BASIC:   true
            CYBOZU_BASIC_LOGIN: dev-cstap
            CYBOZU_BASIC_PASSWORD:  tdevdev