Skip to content

持续集成-Continuous Integration

There are currently two builds configured: "Continuous Builder" that runs on every check-in and "Full Build" that runs nightly. They are currently identical but eventually the nightly will also run functional tests.

目前有两个版本配置:“持续构建器”在每次签入时运行,“完全构建”在每晚运行。它们目前相同但最终每晚也会进行功能测试。

Code Coverage

代码覆盖率

Code coverage data is being generated with each run of both builders. The code coverage data can be viewed by clicking the "Code Coverage" tab of the project or by going into the artifacts tab and downloading the source and coverage zips that can then be used from the NcoverExplorer to explore code coverage to the level of the line of code.

每次运行两个构建器时都会生成代码覆盖率数据。可以通过单击项目的“代码覆盖率”选项卡或进入工件选项卡并下载源代码和覆盖拉链来查看代码覆盖率数据,然后可以从[NcoverExplorer]中使用(http://www.kiwidude) .com / blog / 2007/09 / ncoverexplorer-v140.html)探索代码覆盖率到代码行的水平。