哈德森艾玛插件
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Emma Hudson 插件不会生成
coverage.xml
。它处理、显示和维护构建脚本生成的coverage.xml
文件的统计信息。请参阅 Emma 文档,了解如何将 Emma 集成到 ANT 或 Maven 脚本。
The Emma Hudson plugin does not generate
coverage.xml
. It processes, displays, and maintains statistics forcoverage.xml
files generated by your build script.See the Emma documentation for how to integrate Emma into ANT or Maven scripts.
第 1 步:有错误吗?
艾玛可能会抛出一个错误。
转到失败的作业 ->控制台输出 ->完整日志。
尝试查找:
如果发现异常,显然需要进行必要的故障排除。
步骤 2:您是否配置 EMMA 来创建覆盖率报告?
Step 1: Was there an Error?
Emma may be throwing an error.
Go to the job that failed -> Console Output -> Full log.
Try to find:
Obviously troubleshoot as necessary if you find an exception.
Step 2: Did you configure EMMA to create a coverage report?