哈德森艾玛插件

发布于 2024-10-25 03:14:31 字数 98 浏览 2 评论 0原文

Emma 的 Hudson 插件未生成coverage.xml 文件!它在哪里?我将“包含 Emma XML 报告的文件夹或文件”留空,以便 emma 搜索该文件,但未生成该文件:(

Emma's Hudson plug-in is not generating the coverage.xml file! Where is it? I'm leaving the 'Folders or files containing Emma XML reports' blank so emma searches for the file, but the file is not being generated :(

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

回心转意 2024-11-01 03:14:31

Emma Hudson 插件不会生成 coverage.xml。它处理、显示和维护构建脚本生成的 coverage.xml 文件的统计信息。

请参阅 Emma 文档,了解如何将 Emma 集成到 ANTMaven 脚本。

The Emma Hudson plugin does not generate coverage.xml. It processes, displays, and maintains statistics for coverage.xml files generated by your build script.

See the Emma documentation for how to integrate Emma into ANT or Maven scripts.

飘过的浮云 2024-11-01 03:14:31

第 1 步:有错误吗?

艾玛可能会抛出一个错误。

  1. 转到失败的作业 ->控制台输出 ->完整日志。

  2. 尝试查找:

艾玛:在提供的路径中查找覆盖率报告:

或者

艾玛:工作区中未找到覆盖文件。是否生成了任何报告?

如果发现异常,显然需要进行必要的故障排除。

步骤 2:您是否配置 EMMA 来创建覆盖率报告?

  1. 选中“记录 Emma 覆盖率报告”框
  2. 输入文件路径。尝试“**/emma/coverage.xml”
  3. 将运行状况报告字段保留为默认值空白(目前,一旦运行即可更改)。

Step 1: Was there an Error?

Emma may be throwing an error.

  1. Go to the job that failed -> Console Output -> Full log.

  2. Try to find:

Emma: looking for coverage reports in the provided path:

OR

Emma: no coverage files found in workspace. Was any report generated?

Obviously troubleshoot as necessary if you find an exception.

Step 2: Did you configure EMMA to create a coverage report?

  1. Check the box, "Record Emma coverage report"
  2. Enter path to the file. Try "**/emma/coverage.xml"
  3. Leave the Health reporting fields blank for defaults (for now, change it once it's working).
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文