gpt4 book ai didi

php - Sonarqube 找不到 junit 报告

转载 作者:行者123 更新时间:2023-12-05 05:17:47 25 4
gpt4 key购买 nike

我正在尝试在 sonarqube 中发布由 phpunit 生成的 junit 报告。我放的路径无关紧要,它永远找不到文件。日志显示此消息:未提供 PHPUnit 测试报告(请参阅“sonar.php.tests.reportPath”属性)

我的配置如下:

sonar.projectKey=MyProj
sonar.projectName=MyProj
sonar.language=php
sonar.sources=Application
sonar.tests=Tests
sonar.php.tests.reportPath=build/logs/
sonar.php.coverage.reportPath=build/coverage

最佳答案

sonar.php.coverage.reportPathsonar.php.tests.reportPath 应该提供 xml 文件路径,而不是文件夹路径。例如,它可以是:

sonar.php.coverage.reportPath=reports/phpunit.coverage.xml
sonar.php.tests.reportPath=reports/phpunit.xml

关于php - Sonarqube 找不到 junit 报告,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48751481/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com