
【主 题】:提交runing字段 【描 述】: [原因]:正则匹配 bind_route 添加runing字段 PS:对应取出bind_route的, 即分割符 [过程]: [影响]: 【结 束】
19 lines
616 B
Properties
19 lines
616 B
Properties
sonar.organization=php-mqtt
|
|
sonar.projectKey=php-mqtt_client
|
|
|
|
# Paths are relative to the sonar-project.properties file.
|
|
sonar.sources=src
|
|
sonar.tests=tests
|
|
|
|
# Test report and code coverage related settings.
|
|
sonar.php.tests.reportPath=phpunit.report-junit.xml
|
|
sonar.php.coverage.reportPaths=phpunit.coverage-clover.xml
|
|
|
|
# Encoding of the source code. Default is default system encoding.
|
|
sonar.sourceEncoding=UTF-8
|
|
|
|
# Links for sonarcloud.io page.
|
|
sonar.links.ci=https://github.com/php-mqtt/client/actions
|
|
sonar.links.scm=https://github.com/php-mqtt/client
|
|
sonar.links.issue=https://github.com/php-mqtt/client/issues
|