我们使用Hudson 持续集成引擎来构建和测试我们的 Python 软件项目。这涉及Makefile
生成各种输出文件,如pylint报告,然后各种 hudson 插件分析和绘制输出。
我现在正在寻找一种在没有任何专门插件的情况下使用 hudson 跟踪单个值的方法。无论是覆盖百分比还是 pylint sore 或其他可以由 Makefile 在文件中写入的东西。
关于如何做到这一点的任何建议?
我们使用Hudson 持续集成引擎来构建和测试我们的 Python 软件项目。这涉及Makefile
生成各种输出文件,如pylint报告,然后各种 hudson 插件分析和绘制输出。
我现在正在寻找一种在没有任何专门插件的情况下使用 hudson 跟踪单个值的方法。无论是覆盖百分比还是 pylint sore 或其他可以由 Makefile 在文件中写入的东西。
关于如何做到这一点的任何建议?
Hudson Plot can do that for you.
I believe the newest version supports having the data in a Java properties-file, in a CSV-file or in an XML-file (it used to only support properties-files).