Completed
Push — master ( 21a399...eb3fb5 )
by frey
02:46
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:
            ROCKETMQ_ENDPOINT: http://1980023292433372.mqrest.cn-hangzhou.aliyuncs.com
            ROCKETMQ_ACCESS_KEY: ZLxmGvP7PASlGIWN9VyrjZvFIWlNvY
            ROCKETMQ_ACCESS_ID: LTAI4Fg78Uk4odtSgy6bFmek
            ROCKETMQ_INSTANCE_ID: MQ_INST_1980023292433372_BbkuFfN0
            ROCKETMQ_GROUP_ID: GID_TEST
            ROCKETMQ_QUEUE: test-topic
    nodes:
        tests: true
        analysis:
            tests:
                override:
                    - php-scrutinizer-run